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

Incompatible with kafka-clients 4.0.0 #420

Open
monosoul opened this issue Mar 24, 2025 · 0 comments
Open

Incompatible with kafka-clients 4.0.0 #420

monosoul opened this issue Mar 24, 2025 · 0 comments

Comments

@monosoul
Copy link

Expected Behavior

Reactor Kafka works with Kafka clients 4.0.0

Actual Behavior

org.apache.kafka.clients.consumer.ConsumerRecord's constructor signature changed in kafka-clients 4.0.0, and the constructor in reactor.kafka.receiver.ReceiverRecord now invokes a non existent method.

Steps to Reproduce

Put org.apache.kafka:kafka-clients:4.0.0 on the classpath and try to create an instance of reactor.kafka.receiver.ReceiverRecord.

Possible Solution

Update reactor.kafka.receiver.ReceiverRecord to fix the constructor invocation.

Your Environment

  • Reactor version(s) used: 1.3.23
  • Other relevant libraries versions (eg. netty, ...): kafka-clients 4.0.0
  • JVM version (java -version): 21
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

No branches or pull requests

1 participant