@itentialopensource/adapter-kafkav2 0.20.0 → 0.21.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.21.0 [01-22-2024]
3
+
4
+ * Minor/topic db dedupe
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!16
7
+
8
+ ---
9
+
2
10
  ## 0.20.0 [01-22-2024]
3
11
 
4
12
  * Minor/topic db dedupe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "Itential adapter to connect to kafka",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.35.0",
package/pronghorn.json CHANGED
@@ -9,9 +9,7 @@
9
9
  "admin"
10
10
  ],
11
11
  "topics": {
12
- "kafka": {},
13
- "test-topic": {},
14
- "test_topic": {}
12
+ "kafka": {}
15
13
  },
16
14
  "methods": [
17
15
  {
Binary file