2.4. Cruise Control トピックの名前変更

Cruise Control によって自動的に作成されるメトリクスに関連するトピックの名前を変更できるようになりました。次の Cruise Control 設定プロパティーを使用して、名前を変更できます。

Cruise Control トピックの名前変更の例

apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
  name: my-cluster
spec:
  # ...
  cruiseControl:
      # ...
    config: 1
      # ...
      metric.reporter.topic: cruise-control-metrics-reporter-topic-name
      partition.metric.sample.store.topic: cruise-control-partitions-metrics-name
      broker.metric.sample.store.topic: cruise-control-broker-metrics
      # ...
# ...

既存のデプロイメントでトピックの名前を変更する場合は、古い名前のトピックを手動で削除する必要があります。

Configuring and deploying Cruise Control with Kafka を参照してください。