apache/pinot

Handle change in default groupId behavior in kafka consumer

開放

#9,183 建立於 2022年8月9日

 (4 則留言) (0 個反應) (0 位負責人)Java (1,234 個分叉)batch import
good first issue

倉庫指標

星標
 (4,937 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Starting kafka 2.2.0 onwards, when group.id is not specified in the kafka consumer config, it is set as null, instead of an empty string. Due to this change, even though auto-commit is enabled, it doesn't show up in the consumer offsets topics. This breaks existing kafka monitoring tools.

One proposed solution is for Pinot to set a default group id when it was not explicitly configured by user (say, table name as the default group id).

貢獻者指南