linkedin / cruise-control

Cruise-control is the first of its kind to fully automate the dynamic workload rebalance and self-healing of a Kafka cluster. It provides great value to Kafka users by simplifying the operation of Kafka clusters.
https://github.com/linkedin/cruise-control/tags
BSD 2-Clause "Simplified" License
2.74k stars 587 forks source link

having issue using confluent latest kafka image with cruise control #276

Closed shlomihassan closed 5 years ago

shlomihassan commented 6 years ago

Hi

i am trying to enable cruise control on confluent kafka images without success I copied cruise-control-metrics-reporter-0.1.0.jar and configure the metric collector like the manuall said and from some reason its not creating the topic. am i missing somthing? copied the jar to here /usr/share/java/kafka/ and add this line in the server config metric.reporters=com.linkedin.kafka.cruisecontrol.metricsreporter.CruiseControlMetricsReporter

i also tried to create the topic manually i see only confluent reporter is writing to it topic

efeg commented 5 years ago

hi @shlomihassan did you follow the steps in Quickstart? Could you share the exceptions you see in the logs?

-- If auto.create.topics.enable is false, please manually create __CruiseControlMetrics.

efeg commented 5 years ago

Closing the issue due to inactivity. Please feel free to reopen if the issue is not resolved.

mfouze commented 2 years ago

Hello, I'm facing the same problem. Is there someone know how to fix ?