Files
backstage/plugins/kafka/CHANGELOG.md
T
github-actions[bot] 0e120c5c66 Version Packages
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-11 13:45:44 +01:00

4.1 KiB

@backstage/plugin-kafka

0.2.6

Patch Changes

  • 8f72318fe: Added lag column in the plugin main table
  • Updated dependencies [0b42fff22]
  • Updated dependencies [ff4d666ab]
  • Updated dependencies [2089de76b]
  • Updated dependencies [dc1fc92c8]
    • @backstage/catalog-model@0.7.4
    • @backstage/core@0.7.1
    • @backstage/theme@0.2.4

0.2.5

Patch Changes

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

  • 7716d1d70: Migrate to new composability API, exporting the plugin instance as kafkaPlugin, entity content as EntityKafkaContent, and entity conditional as isKafkaAvailable.
  • Updated dependencies [19d354c78]
  • Updated dependencies [b51ee6ece]
    • @backstage/plugin-catalog-react@0.0.3
    • @backstage/core@0.6.1

0.2.1

Patch Changes

  • 019fe39a0: Switch dependency from @backstage/plugin-catalog to @backstage/plugin-catalog-react.
  • Updated dependencies [12ece98cd]
  • Updated dependencies [d82246867]
  • Updated dependencies [7fc89bae2]
  • Updated dependencies [c810082ae]
  • Updated dependencies [5fa3bdb55]
  • Updated dependencies [6e612ce25]
  • Updated dependencies [025e122c3]
  • Updated dependencies [21e624ba9]
  • Updated dependencies [da9f53c60]
  • Updated dependencies [32c95605f]
  • Updated dependencies [7881f2117]
  • Updated dependencies [54c7d02f7]
  • Updated dependencies [11cb5ef94]
    • @backstage/core@0.6.0
    • @backstage/plugin-catalog-react@0.0.2
    • @backstage/theme@0.2.3
    • @backstage/catalog-model@0.7.1

0.2.0

Minor Changes

  • 234e7d985: Added support for multiple Kafka clusters and multiple consumers per component. Note that this introduces several breaking changes.

    1. Configuration in app-config.yaml has 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
    
    1. 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
    
    1. Kafka Backend API has changed, so querying offsets of a consumer group is now done with the following query path: /consumers/${clusterId}/${consumerGroup}/offsets

Patch Changes

  • Updated dependencies [9dd057662]
  • Updated dependencies [0b1182346]
    • @backstage/plugin-catalog@0.2.14

0.1.1

Patch Changes

  • Updated dependencies [def2307f3]
  • Updated dependencies [efd6ef753]
  • Updated dependencies [593632f07]
  • Updated dependencies [33846acfc]
  • Updated dependencies [a187b8ad0]
  • Updated dependencies [f04db53d7]
  • Updated dependencies [a93f42213]
    • @backstage/catalog-model@0.7.0
    • @backstage/core@0.5.0
    • @backstage/plugin-catalog@0.2.12