v.23.4Improvement

Support for keeper/keeper_server Config Sections as Zookeeper Alternative

Support config sections keeper/keeper_server as an alternative to zookeeper. Close #34766 , #34767. #35113 (李扬).
Support for configuration sections keeper and keeper_server as alternatives to the existing zookeeper section in ClickHouse configuration.

Why it matters

This feature provides users with the flexibility to configure ClickHouse using keeper/keeper_server sections instead of the traditional zookeeper section. It simplifies configuration management and aligns with evolving service naming conventions, making it easier to maintain and migrate setups involving ClickHouse Keeper.

How to use it

To use this feature, update your ClickHouse configuration file to replace or add the keeper or keeper_server sections in place of the zookeeper section. The existing configuration semantics remain the same, allowing a smooth transition.