@kwirthmagnify/kwirth-provider-kafka 0.1.4 → 0.1.5
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/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
+
"type": "provider",
|
|
2
3
|
"id": "kafka",
|
|
3
4
|
"name": "@kwirthmagnify/kwirth-provider-kafka",
|
|
4
5
|
"displayName": "Kafka Provider",
|
|
5
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.5",
|
|
6
7
|
"description": "Kafka provider plugin for Kwirth — subscribes to Kafka topics and dispatches events grouped by spaces"
|
|
7
8
|
}
|