@itentialopensource/adapter-kafkav2 0.17.0 → 0.19.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/AUTH.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  This document will go through the steps for authenticating the Kafkav2 adapter with. Properly configuring the properties for an adapter in IAP is critical for getting the adapter online. You can read more about adapter authentication <a href="https://docs.itential.com/opensource/docs/authentication" target="_blank">HERE</a>.
4
4
 
5
- ### Database Library Authentication
5
+ ### Library Authentication
6
6
  The Kafka adapter supports SASL Authentication for Kafka server. If you change authentication methods, you should change this section accordingly and merge it back into the adapter repository.
7
7
 
8
8
  STEPS
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.19.0 [01-08-2024]
3
+
4
+ * Migration changes
5
+
6
+ See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!19
7
+
8
+ ---
9
+
10
+ ## 0.18.0 [01-08-2024]
11
+
12
+ * Migration changes
13
+
14
+ See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!19
15
+
16
+ ---
17
+
2
18
  ## 0.17.0 [01-08-2024]
3
19
 
4
20
  * Migration changes
package/metadata.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "name": "adapter-kafkav2",
3
+ "webName": "Adapter for Integration to Kafka",
3
4
  "vendor": "kafkav2",
4
5
  "product": "kafkav2",
5
6
  "osVersion": [],
@@ -50,7 +51,7 @@
50
51
  ],
51
52
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/receive-message-using-kafkav2-adapter",
52
53
  "docLink": "",
53
- "webLink": "https://www.itential.com/automations/receive-message-using-kafkav2-adapter/"
54
+ "webLink": ""
54
55
  },
55
56
  {
56
57
  "name": "Send Message With Kafkav2 Adapter",
@@ -62,7 +63,7 @@
62
63
  ],
63
64
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/send-message-with-kafkav2-adapter",
64
65
  "docLink": "",
65
- "webLink": "https://www.itential.com/automations/send-message-with-kafkav2-adapter/"
66
+ "webLink": ""
66
67
  }
67
68
  ],
68
69
  "transformationProjects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-kafkav2",
3
- "version": "0.17.0",
3
+ "version": "0.19.0",
4
4
  "description": "Itential adapter to connect to kafka",
5
5
  "main": "adapter.js",
6
6
  "wizardVersion": "2.35.0",
Binary file