You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 inreactor.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 ofreactor.kafka.receiver.ReceiverRecord
.Possible Solution
Update
reactor.kafka.receiver.ReceiverRecord
to fix the constructor invocation.Your Environment
netty
, ...): kafka-clients 4.0.0java -version
): 21The text was updated successfully, but these errors were encountered: