v.23.10Improvement

Allow clickhouse-keeper to use embedded config

Allow to run clickhouse-keeper using embedded config. #56086 (Maksim Kita).
Allows running clickhouse-keeper using an embedded configuration.

Why it matters

This feature enables users to run clickhouse-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 the clickhouse-keeper startup parameters or configuration files, eliminating the need for separate keeper config files.