ClickHouse/docs
Marek Vavruša c6e959d1e9 StorageKafka: extended configuration, parallel consumers, offset tracking
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.
2017-12-21 00:46:50 +03:00
..
_static Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
_templates Work in progress on CLICKHOUSE-2720 & CLICKHOUSE-3067 (#1046) 2017-08-04 17:52:08 +03:00
en StorageKafka: extended configuration, parallel consumers, offset tracking 2017-12-21 00:46:50 +03:00
ru Create dictionary.md 2017-12-18 20:54:10 +03:00
Makefile sed commands are added to fix unresolved internal links in single-page html 2017-11-23 11:01:36 +03:00
README.md CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00

This is the source code for ClickHouse documentation which is published on official website: