-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade Kafka Client #58
Comments
@cer Currently, In our project, we do not use the apache kafka client license directly, but purchase a paid license for the confluent platform and use it.
So, compatibility between kafka client 3.x and confluent(kafka) 6.1.1 seems to be fine. |
Also, need to review/optimize:
For example, enable idempotent producer + |
Notes on version compatibility:
|
Kafka Client 3.1.1 seems like a reasonable choice - used by Spring Boot dependencies. |
The
2.3.0
client is very old. It should be replaced with 3.xeventuate-messaging-kafka/eventuate-messaging-kafka-common/build.gradle
Line 5 in 32951a1
We should consider upgrading the broker too:
eventuate-messaging-kafka/kafka/Dockerfile
Line 2 in 389ee45
The text was updated successfully, but these errors were encountered: