@backstage/plugin-events-backend-module-kafka 0.0.0-nightly-20250708024259 → 0.1.0-next.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 +0 -35
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,5 @@
|
|
|
1
1
|
# @backstage/plugin-events-backend-module-kafka
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-20250708024259
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- Updated dependencies
|
|
8
|
-
- @backstage/config@0.0.0-nightly-20250708024259
|
|
9
|
-
- @backstage/backend-plugin-api@0.0.0-nightly-20250708024259
|
|
10
|
-
- @backstage/plugin-events-node@0.0.0-nightly-20250708024259
|
|
11
|
-
- @backstage/types@1.2.1
|
|
12
|
-
|
|
13
|
-
## 0.1.1-next.0
|
|
14
|
-
|
|
15
|
-
### Patch Changes
|
|
16
|
-
|
|
17
|
-
- Updated dependencies
|
|
18
|
-
- @backstage/config@1.3.3-next.0
|
|
19
|
-
- @backstage/backend-plugin-api@1.4.1-next.0
|
|
20
|
-
- @backstage/plugin-events-node@0.4.13-next.0
|
|
21
|
-
|
|
22
|
-
## 0.1.0
|
|
23
|
-
|
|
24
|
-
### Minor Changes
|
|
25
|
-
|
|
26
|
-
- b034b9d: Adds a new module `kafka` for plugin-events-backend
|
|
27
|
-
|
|
28
|
-
The module introduces the `KafkaConsumerClient` which creates a Kafka client used to establish consumer connections. It also provides the `KafkaConsumingEventPublisher`, a consumer that subscribes to configured Kafka topics and publishes received messages to the Event Service.
|
|
29
|
-
|
|
30
|
-
### Patch Changes
|
|
31
|
-
|
|
32
|
-
- Updated dependencies
|
|
33
|
-
- @backstage/backend-plugin-api@1.4.0
|
|
34
|
-
- @backstage/config@1.3.2
|
|
35
|
-
- @backstage/types@1.2.1
|
|
36
|
-
- @backstage/plugin-events-node@0.4.12
|
|
37
|
-
|
|
38
3
|
## 0.1.0-next.0
|
|
39
4
|
|
|
40
5
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-events-backend-module-kafka",
|
|
3
|
-
"version": "0.0.0
|
|
3
|
+
"version": "0.1.0-next.0",
|
|
4
4
|
"description": "The kafka backend module for the events plugin.",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "backend-plugin-module",
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
"test": "backstage-cli package test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@backstage/backend-plugin-api": "
|
|
42
|
-
"@backstage/config": "
|
|
43
|
-
"@backstage/plugin-events-node": "0.
|
|
41
|
+
"@backstage/backend-plugin-api": "1.4.0-next.1",
|
|
42
|
+
"@backstage/config": "1.3.2",
|
|
43
|
+
"@backstage/plugin-events-node": "0.4.12-next.1",
|
|
44
44
|
"@backstage/types": "1.2.1",
|
|
45
45
|
"kafkajs": "^2.2.4",
|
|
46
46
|
"luxon": "^3.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@backstage/backend-test-utils": "
|
|
50
|
-
"@backstage/cli": "0.
|
|
51
|
-
"@backstage/plugin-events-backend-test-utils": "0.
|
|
49
|
+
"@backstage/backend-test-utils": "1.6.0-next.2",
|
|
50
|
+
"@backstage/cli": "0.33.0-next.2",
|
|
51
|
+
"@backstage/plugin-events-backend-test-utils": "0.1.45-next.1"
|
|
52
52
|
},
|
|
53
53
|
"configSchema": "config.d.ts",
|
|
54
54
|
"typesVersions": {
|