druid/docs
David Palmer 2855fb6ff8
Change Kafka Lookup Extractor to not register consumer group (#12842)
* change kafka lookups module to not commit offsets

The current behaviour of the Kafka lookup extractor is to not commit
offsets by assigning a unique ID to the consumer group and setting
auto.offset.reset to earliest. This does the job but also pollutes the
Kafka broker with a bunch of "ghost" consumer groups that will never again be
used.

To fix this, we now set enable.auto.commit to false, which prevents the
ghost consumer groups being created in the first place.

* update docs to include new enable.auto.commit setting behaviour

* update kafka-lookup-extractor documentation

Provide some additional detail on functionality and configuration.
Hopefully this will make it clearer how the extractor works for
developers who aren't so familiar with Kafka.

* add comments better explaining the logic of the code

* add spelling exceptions for kafka lookup docs
2022-08-09 16:14:22 +05:30
..
_bin De-incubation cleanup in code, docs, packaging (#9108) 2020-01-03 12:33:19 -05:00
assets update figure and reference (#12813) 2022-07-22 15:54:25 -07:00
comparisons remove ref to plywood repo (#12809) 2022-07-26 10:12:13 +08:00
configuration Set druid.processing.fifo to true by default (#12571) 2022-08-08 10:18:24 -07:00
dependencies Doc updates for metadata cleanup and storage (#12190) 2022-01-27 11:40:54 -08:00
design docs: remove maxRowsPerSegment where appropriate (#12071) 2022-07-28 16:52:13 +05:30
development Change Kafka Lookup Extractor to not register consumer group (#12842) 2022-08-09 16:14:22 +05:30
ingestion Fix rollup docs bullet formatting (#12876) 2022-08-09 10:10:07 +08:00
misc Docs – expressions link back and timestamp hint (#11674) 2022-03-29 09:12:30 -07:00
operations Improved Java 17 support and Java runtime docs. (#12839) 2022-08-03 23:16:05 -07:00
querying Adjust "in" filter null behavior to match "selector". (#12863) 2022-08-08 09:08:36 -07:00
tutorials Correct minor format issue (#12882) 2022-08-09 18:15:41 +08:00