@itentialopensource/adapter-kafkav2 0.9.0 → 0.10.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 +1 -0
- 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.10.0 [07-19-2023]
|
|
3
|
+
|
|
4
|
+
* Add seperate sasl props for consumer and producer
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/notification-messaging/adapter-kafkav2!10
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
2
10
|
## 0.9.0 [07-18-2023]
|
|
3
11
|
|
|
4
12
|
* Add seperate sasl props for consumer and producer
|
package/README.md
CHANGED
|
@@ -90,6 +90,7 @@ This section defines **all** the properties that are available for the adapter,
|
|
|
90
90
|
"check_iap_apps": true,
|
|
91
91
|
"check_wfe_status": true,
|
|
92
92
|
"check_ops_manager_status": false,
|
|
93
|
+
"fromBeginning": false,
|
|
93
94
|
"iap_apps_check_interval": 15000,
|
|
94
95
|
"client": {
|
|
95
96
|
"brokers": [
|
package/package.json
CHANGED
|
Binary file
|