ClickHouse/programs/server
Aleksandr Musorin f9d81bc774 refactore: improve reading several configurations for kafka
Simplify and do some refactoring for kafka client settings.

Allows to set up separate
settings for consumer and producer like:

```
<consumer>
    ...
</consumer>

<producer>
    <kafka_topic>
        <name>topic_name</name>
        ...
    </kafka_topic>
</producer>
```

Moreover, this fixes warnings from kafka client like:
`Configuration property session.timeout.ms is a consumer property and
will be ignored by this producer instance`
2024-03-27 14:53:33 +01:00
..
config.d Merge pull request #60390 from ClickHouse/redirect-handlers 2024-03-02 05:15:31 +03:00
fuzzers
js Compress state of dashboard 2024-01-23 23:04:19 +08:00
users.d Symbolize trace_log for exporting 2023-11-11 05:52:44 +01:00
.gitignore Better gitignore 2024-03-10 09:28:30 +01:00
binary.html Fixes for binary.html 2024-02-01 20:36:38 +01:00
clickhouse-server.cpp
CMakeLists.txt
config.xml refactore: improve reading several configurations for kafka 2024-03-27 14:53:33 +01:00
config.yaml.example Bye bye 2024-03-07 19:24:39 +00:00
dashboard.html Dashboard: sticky header 2024-03-03 04:35:15 +01:00
embedded.xml Enable access and named collections control by default 2023-11-11 08:46:10 +01:00
MetricsTransmitter.cpp
MetricsTransmitter.h
play.html Play UI: improve rendering of errors from JSON formats 2024-01-28 13:44:56 +01:00
resources.cpp
Server.cpp Merge branch 'master' into async-loader-waiters-limit 2024-03-21 10:58:22 +00:00
Server.h
users.xml Enable access and named collections control by default 2023-11-11 08:46:10 +01:00
users.yaml.example Updated users.yml example 2023-11-08 02:59:54 +03:00