mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 11:04:10 +00:00
c6e959d1e9
This contains many fixes and corrections for the Kafka engine. Most notably it now supports extended configuration similarly to GraphiteMergeTree. Now it also allows specification of consumer count to parallelize consumption of multiple partitions both in materialized views and in SELECT queries. The offsets are now committed in the insertSuffix() method after all rows are successfully read. If an exception is thrown during reading, affected consumer unsubscribes from all assignments and rejoins the consumer group to rewind offsets. This means that the consumer won't lose messages in case of write failures. |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
en | ||
ru | ||
Makefile | ||
README.md |
This is the source code for ClickHouse documentation which is published on official website:
- In English: https://clickhouse.yandex/docs/en/
- In Russian: https://clickhouse.yandex/docs/ru/