@itentialopensource/adapter-kafkav2 0.22.4 → 0.22.6
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/TAB2.md +1 -1
- package/metadata.json +6 -2
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.22.6 [08-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.14_17:49PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-kafkav2!29
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.22.5 [08-07-2024]
|
|
11
|
+
|
|
12
|
+
* Changes made at 2024.08.06_18:45PM
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-kafkav2!28
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.22.4 [07-29-2024]
|
|
3
19
|
|
|
4
20
|
* Patch/movemigration
|
package/TAB2.md
CHANGED
|
@@ -113,5 +113,5 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
113
113
|
### Swagger
|
|
114
114
|
|
|
115
115
|
Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
|
|
116
|
-
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/
|
|
116
|
+
## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-kafkav2/-/blob/master/README.md)
|
|
117
117
|
|
package/metadata.json
CHANGED
|
@@ -63,7 +63,9 @@
|
|
|
63
63
|
"link": "https://www.npmjs.com/package/kafkajs",
|
|
64
64
|
"public": true
|
|
65
65
|
}
|
|
66
|
-
]
|
|
66
|
+
],
|
|
67
|
+
"workshopLinks": [],
|
|
68
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
67
69
|
},
|
|
68
70
|
"assets": [],
|
|
69
71
|
"relatedItems": {
|
|
@@ -98,5 +100,7 @@
|
|
|
98
100
|
],
|
|
99
101
|
"transformationProjects": [],
|
|
100
102
|
"exampleProjects": []
|
|
101
|
-
}
|
|
103
|
+
},
|
|
104
|
+
"supportLevel": "community",
|
|
105
|
+
"techAlliance": false
|
|
102
106
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-kafkav2",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.6",
|
|
4
4
|
"description": "Itential adapter to connect to kafka",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.35.0",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"author": "Itential",
|
|
44
44
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-kafkav2",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"ajv": "^8.
|
|
46
|
+
"ajv": "^8.17.1",
|
|
47
47
|
"avro-schema-registry": "^2.1.0",
|
|
48
48
|
"avsc": "^5.4.21",
|
|
49
|
-
"fs-extra": "^11.
|
|
49
|
+
"fs-extra": "^11.2.0",
|
|
50
50
|
"json-query": "^2.2.2",
|
|
51
51
|
"kafkajs": "2.2.3",
|
|
52
52
|
"mongodb": "^6.2.0",
|
|
Binary file
|