Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
Patch
Description
ZkData.java contains ConsumerOffset.path which is wrong. should contain the word `offsets` instead of `offset`.
https://github.com/maytals/kafka-1/blob/1.1/core/src/main/scala/kafka/zk/ZkData.scala#L411
Already created patch:
https://github.com/apache/kafka/pull/5060