You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove ZooKeeper from Cruise Control since Kafka 4.0 will not support it.
Cruise Control use ZK in production codes and in test codes as well. The most of the production codes - where ZK is in use - are deprecated or not defaults and there is already another solution. Furthermore, Cruise Control is able to work without ZK in its current state.
The tests are heavily depends on ZK since the integration ones are using Kafka brokers with ZK as metadata store, additionally ZK client is also used, which can be replaced with Kafka AdminClient.
We should remove ZK from Cruise Control, since CC not requires it and ZK will be removed from Kafka as well.
The text was updated successfully, but these errors were encountered:
Remove ZooKeeper from Cruise Control since Kafka 4.0 will not support it.
Cruise Control use ZK in production codes and in test codes as well. The most of the production codes - where ZK is in use - are deprecated or not defaults and there is already another solution. Furthermore, Cruise Control is able to work without ZK in its current state.
The tests are heavily depends on ZK since the integration ones are using Kafka brokers with ZK as metadata store, additionally ZK client is also used, which can be replaced with Kafka AdminClient.
We should remove ZK from Cruise Control, since CC not requires it and ZK will be removed from Kafka as well.
The text was updated successfully, but these errors were encountered: