@itentialopensource/adapter-kafkav2 0.15.0 → 0.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ## 0.16.0 [08-23-2023]
3
+
4
+ * Add logic to clean topics.json from service config
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!11
7
+
8
+ ---
9
+
2
10
  ## 0.15.0 [08-04-2023]
3
11
 
4
12
  * Add logic to clean topics.json from service config
package/README.md CHANGED
@@ -351,7 +351,7 @@ Once you have the adapter configured and online in an IAP instance, you can crea
351
351
 
352
352
  ### Listen to a topic called test-topic and trigger a workflow called test
353
353
 
354
- 1. Subscribe to partition 0 of test-topic. Add this to your adapter service config. To see different options of topic properties see PROPERTIES.md
354
+ 1. Subscribe to partition 0 of test-topic. Add this to your adapter service config. To see different options of topic properties see Topic Properties.
355
355
 
356
356
  ```json
357
357
  "topics": [
@@ -371,7 +371,7 @@ Once you have the adapter configured and online in an IAP instance, you can crea
371
371
  ],
372
372
  ```
373
373
 
374
- Note the rabbit key in the config is set to kafka. The adapter will send any message on test-topic-rabbit to a Rabbit queue named kafka. If no rabbit topic is supplied, events will be published to a topic with the same name as the Kafka topic. Also note that the filter array can be left empty to consume all messages on partion 0 of test-topic.
374
+ Note the rabbit key in the config is set to test-topic-rabbit. The adapter will send any message on test-topic to a Rabbit queue named test-topic-rabbit. If no rabbit topic is supplied, events will be published to a topic with the same name as the Kafka topic. Also note that the filter array can be left empty to consume all messages on partion 0 of test-topic.
375
375
 
376
376
  2. Create an automation in Operations Manager
377
377
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.15.0",
3
+ "version": "0.16.0",
4
4
  "description": "Itential adapter to connect to kafka",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.35.0",
Binary file