@itentialopensource/adapter-kafkav2 0.23.0 → 0.23.2
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 -1
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Kafkav2 Adapter
|
|
2
2
|
|
|
3
|
-
This adapter is used to integrate the Itential Automation Platform (IAP) with the Kafka System. The documenation for kafkajs is available at [https://kafka.js.org/docs/getting-started]. The adapter utilizes the kafkjs library
|
|
3
|
+
This adapter is used to integrate the Itential Automation Platform (IAP) with the Kafka System. The documenation for kafkajs is available at [https://kafka.js.org/docs/getting-started]. The adapter utilizes the kafkjs library to provide the integrations that are deemed pertinent to IAP. This Readme file is intended to provide information on this adapter.
|
|
4
4
|
|
|
5
5
|
>**Note**: It is possible that some integrations will be supported through the Kafka adapter while other integrations will not.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-kafkav2",
|
|
3
|
-
"version": "0.23.
|
|
3
|
+
"version": "0.23.2",
|
|
4
4
|
"description": "Itential adapter to connect to kafka",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.35.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"ajv": "^8.17.1",
|
|
47
47
|
"avro-schema-registry": "^2.1.0",
|
|
48
48
|
"avsc": "^5.4.21",
|
|
49
|
-
"axios": "^1.7.
|
|
49
|
+
"axios": "^1.7.9",
|
|
50
50
|
"fs-extra": "^11.2.0",
|
|
51
51
|
"json-query": "^2.2.2",
|
|
52
52
|
"kafkajs": "2.2.3",
|
|
Binary file
|