ClickHouse can now dynamically reinitialize listening ports and protocols when configuration changes.
Why it matters
This feature allows ClickHouse to update its network listening ports and protocols without requiring a restart. It solves the problem of downtime and manual intervention when altering network settings, enhancing operational flexibility and reducing service disruption.How to use it
Update the configuration file with new port or protocol settings as needed. ClickHouse will automatically detect the changes and reinitialize the listening interfaces dynamically without needing to restart the server.