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
      # ...
# ...

기존 배포의 주제 이름을 변경하는 경우 이전 이름이 있는 항목을 수동으로 제거해야 합니다.

Kafka를 사용하여 Cruise Control 구성 및 배포를 참조하십시오.