ClickHouse/docs/en
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
..
agg_functions Fix code indent 2017-11-01 22:56:55 +08:00
data_types CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
development Fixed translation [#CLICKHOUSE-2]. 2017-12-11 21:19:35 +03:00
dicts Docs changed to support substitutions in dictionaries 2017-11-19 10:32:36 +03:00
formats Removed BlockTabSeparated format as it was totally useless [#CLICKHOUSE-2]. 2017-12-02 00:44:12 +03:00
functions :octocat: merge with master 2017-11-23 11:57:10 +03:00
getting_started Merge branch 'master' into patch-1 2017-12-13 23:47:27 +03:00
interfaces Added links to RClickHouse to the site [#CLICKHOUSE-3460]. 2017-12-05 04:07:30 +03:00
introduction CLICKHOUSE-2720: progress on website and docs (#919) 2017-06-23 23:32:04 +03:00
operations Merge branch 'master' into upstream-add-kafka 2017-10-13 23:52:42 +03:00
operators CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
query_language Update syntax.rst 2017-11-17 23:09:13 +03:00
system_tables CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
table_engines StorageKafka: extended configuration, parallel consumers, offset tracking 2017-12-21 00:46:50 +03:00
table_functions CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
conf.py Switch links to next event (#1332) 2017-10-11 14:19:17 +03:00
index.rst CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00
roadmap.rst CLICKHOUSE-2720: progress on website and reference (#886) 2017-06-20 17:19:03 +03:00