mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
13 lines
410 B
XML
13 lines
410 B
XML
<yandex>
|
|
<kafka>
|
|
<auto_offset_reset>earliest</auto_offset_reset>
|
|
<!-- Debugging of possible issues, like:
|
|
- https://github.com/edenhill/librdkafka/issues/2077
|
|
- https://github.com/edenhill/librdkafka/issues/1778
|
|
|
|
XXX: for now this messages will appears in stderr.
|
|
-->
|
|
<debug>cgrp,consumer,topic,protocol</debug>
|
|
</kafka>
|
|
</yandex>
|