v.23.10Improvement
Allow clickhouse-keeper to use embedded config
Allow to run clickhouse-keeper using embedded config. #56086 (Maksim Kita).Why it matters
This feature enables users to runclickhouse-keeper without relying on an external configuration file, simplifying deployment and management by embedding the configuration directly.How to use it
Users can enable this feature by specifying the embedded configuration within theclickhouse-keeper startup parameters or configuration files, eliminating the need for separate keeper config files.