@itentialopensource/adapter-kafkav2 0.16.2 → 0.16.4
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 +16 -0
- package/README.md +3 -1
- package/package.json +1 -1
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.16.4 [09-08-2023]
|
|
3
|
+
|
|
4
|
+
* Big fixes logLevel and adapter restart
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!15
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.16.3 [09-05-2023]
|
|
11
|
+
|
|
12
|
+
* Big fixes logLevel and adapter restart
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!15
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.16.2 [08-29-2023]
|
|
3
19
|
|
|
4
20
|
* Big fixes logLevel and adapter restart
|
package/README.md
CHANGED
|
@@ -141,7 +141,7 @@ This section defines **all** the properties that are available for the adapter,
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
```
|
|
144
|
-
Sample SSL and SASL properties. In the below example ssl is enabled and needs a CA file, SASL is set to scram-sha-512.
|
|
144
|
+
Sample SSL and SASL properties that go under client props. In the below example ssl is enabled and needs a CA file, SASL is set to scram-sha-512.
|
|
145
145
|
|
|
146
146
|
```json
|
|
147
147
|
"ssl": {
|
|
@@ -319,6 +319,8 @@ The following properties are used to define the Kafka Consumer. These properties
|
|
|
319
319
|
| ------- | ------- |
|
|
320
320
|
| groupId | consumer group id, default `kafka-node-group`.|
|
|
321
321
|
|
|
322
|
+
Refer to kafkajs docs for all consumer options [Consumer](https://kafka.js.org/docs/producing#producing-messages)
|
|
323
|
+
|
|
322
324
|
|
|
323
325
|
## Parsing Properties
|
|
324
326
|
|
package/package.json
CHANGED
|
Binary file
|