Introduced support for configuring default HTTP handlers in ClickHouse, allowing customization of HTTP server endpoints and their behavior through configuration files.
Why it matters
This feature enables users to define and customize default HTTP request handlers via configuration, improving flexibility and control over HTTP interfaces in ClickHouse. It addresses the need to tailor HTTP endpoints for specific use cases such as monitoring, health checks, or custom functionality without modifying the server code.How to use it
Users can enable this feature by specifying their desired HTTP handlers in the ClickHouse server configuration file under the relevant sections for HTTP server settings. This allows defining custom paths and associating them with handlers directly through configuration without code changes.