chore(changeset): add changeset

Signed-off-by: Jonas Beck <jonas.beck@velux.com>
This commit is contained in:
Jonas Beck
2025-03-19 14:55:26 +01:00
parent 89658c5ae4
commit b034b9d7d5
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-events-backend-module-kafka': minor
---
Adds a new module `kafka` for plugin-events-backend
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.