1.9 KiB
1.9 KiB
@backstage/plugin-kafka-backend
0.2.1
Patch Changes
4fbc9df79: Fixedconfig.d.tsnot being included in the published package.f43192207: remove usage of res.send() for res.json() and res.end() to ensure content types are more consistently application/json on backend responses and error cases- Updated dependencies [
12d8f27a6] - Updated dependencies [
497859088] - Updated dependencies [
8adb48df4]- @backstage/catalog-model@0.7.3
- @backstage/backend-common@0.5.5
0.2.0
Minor Changes
-
234e7d985: Added support for multiple Kafka clusters and multiple consumers per component. Note that this introduces several breaking changes.- Configuration in
app-config.yamlhas changed to support the ability to configure multiple clusters. This means you are required to update the configs in the following way:
kafka: clientId: backstage - brokers: - - localhost:9092 + clusters: + - name: prod + brokers: + - localhost:9092- Configuration of services has changed as well to support multiple clusters:
annotations: - kafka.apache.org/consumer-groups: consumer + kafka.apache.org/consumer-groups: prod/consumer- Kafka Backend API has changed, so querying offsets of a consumer group is now done with the following query path:
/consumers/${clusterId}/${consumerGroup}/offsets
- Configuration in
Patch Changes
- Updated dependencies [
26a3a6cf0] - Updated dependencies [
664dd08c9] - Updated dependencies [
9dd057662]- @backstage/backend-common@0.5.1