You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The offset fetch request as implemented only supports offsets stored in Zookeeper. I've added support internally for fetching Kafka-committed offsets by adding the basic support needed for the consumer coordinator and adding a separate client method for fetching offsets from Kafka. The separate method is needed because fetching offsets from Kafka vs. from Zookeeper uses different versions of OffsetFetchRequest, even though the wire format is the same.
I've created PR #420 to add this functionality. We should be able to build the rest of the support for the consumer coordinator, including committing offsets to Kafka storage, from there.
The text was updated successfully, but these errors were encountered:
The offset fetch request as implemented only supports offsets stored in Zookeeper. I've added support internally for fetching Kafka-committed offsets by adding the basic support needed for the consumer coordinator and adding a separate client method for fetching offsets from Kafka. The separate method is needed because fetching offsets from Kafka vs. from Zookeeper uses different versions of OffsetFetchRequest, even though the wire format is the same.
I've created PR #420 to add this functionality. We should be able to build the rest of the support for the consumer coordinator, including committing offsets to Kafka storage, from there.
The text was updated successfully, but these errors were encountered: