We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 3.7.0 kafka client introduced the new consumer-group protocol. Provide a way to set the property (group.protocol) on the ConsumerProperties.
3.7.0
group.protocol
ConsumerProperties
The text was updated successfully, but these errors were encountered:
spring-projectsGH-3254: Group protocol in ConsumerProperties
b0af3d2
Fixes: spring-projects#3254 * Add group.protocol property to ConsumerProperties
sobychacko
Successfully merging a pull request may close this issue.
The
3.7.0
kafka client introduced the new consumer-group protocol. Provide a way to set the property (group.protocol
) on theConsumerProperties
.The text was updated successfully, but these errors were encountered: