Cruise Control Data/Metrics persistence #8233
prateekkohli21
started this conversation in
General
Replies: 1 comment 8 replies
-
It stores the data only in the Kafka topics. It does not use ZooKeeper and does not have any storage on its own. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Just wanted to know where Cruise Control store its data which is needed for rebalancing.
I can see some topics created inside Strimzi kafka which contains cruise control data:
strimzi.cruisecontrol.metrics
strimzi.cruisecontrol.modeltrainingsamples
strimzi.cruisecontrol.partitionmetricsamples
Is there any other data store also present for Cruise Control?
Like does it store any data in Zookeeper/(any database inside Cruise Control) or just the topics created inside Strimzi Kafka?
Beta Was this translation helpful? Give feedback.
All reactions