Skip to content

Changes for aligning code with offset fetch and commit APIs (Kafka 0.8.1) #90

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

waliaashish85
Copy link

Commit # 2c15fae ::
Kafka API keys have changed for offset fetch and commit requests.
Refer https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/api/RequestKeys.scala#L32

Commit # 5154a5e ::
Latest code in the trunk no longer returns client_id in offset fetch and commit response.
Refer https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/api/OffsetFetchResponse.scala
and https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/api/OffsetCommitResponse.scala

Commit # 4103da4 ::
Fixes the problem where consumer keeps on reading messages starting from last committed offset.

@waliaashish85
Copy link
Author

Consider pull request #98 instead of this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants