Renkai Ge created KAFKA-6362:
Summary: auto commit not work since coordinatorUnknown() is always
true.
Key: KAFKA-6362
URL: https://issues.apache.org/jira/browse/KAFKA-6362
Project: Kafka
Issue
Hi, all:
I am just learning the Kafka codebase, as what I saw in
https://github.com/apache/kafka/blob/6ed3e6b1cb8a73b1f5f78926ccb247a8953a554c/core/src/main/scala/kafka/log/OffsetMap.scala#L43-L43
if different log keys have the same digest value, they will be treated as the
same key in log c
Hi,all:
I am just learning the kafka codebase, as what I saw in
https://github.com/apache/kafka/blob/6ed3e6b1cb8a73b1f5f78926ccb247a8953a554c/core/src/main/scala/kafka/log/OffsetMap.scala#L43-L43
if different log keys have the same digest value, they will be treated as
the same key in log compact