@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 +8 -0
- package/README.md +2 -2
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
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
|
|
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
|
|
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
|
Binary file
|