Skip to content
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

Switch EmbeddedKafaka#kraft default to false #3238

Closed
sobychacko opened this issue May 6, 2024 · 0 comments · Fixed by #3239
Closed

Switch EmbeddedKafaka#kraft default to false #3238

sobychacko opened this issue May 6, 2024 · 0 comments · Fixed by #3239

Comments

@sobychacko
Copy link
Contributor

It turns out that using EmbeddedKafka in kraft mode is somewhat unstable for a few use cases such as running multiple listeners in the same application and when using the new consumer group protocol (#3145). Consider switching the default to false and keeping the zookeeper-based EmbeddedKafka as the default.

@sobychacko sobychacko added this to the 3.2.0 milestone May 6, 2024
@sobychacko sobychacko self-assigned this May 6, 2024
sobychacko added a commit to sobychacko/spring-kafka that referenced this issue May 6, 2024
Fixes: spring-projects#3238

Switch `EmbeddedKafaka#kraft` default to `false`.
artembilan pushed a commit that referenced this issue May 6, 2024
Fixes: #3238

Switch `EmbeddedKafaka#kraft` default to `false`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant