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
The io.vertx.kafka.client.consumer.OffsetAndMetadata doesn't respect the equals and hashcode contract. I encountered it while I was writing unit tests and IMO it looks like a bug because io.vertx.kafka.client.common.TopicPartition respects that contract.
Version
4.5.9
Context
The
io.vertx.kafka.client.consumer.OffsetAndMetadata
doesn't respect the equals and hashcode contract. I encountered it while I was writing unit tests and IMO it looks like a bug becauseio.vertx.kafka.client.common.TopicPartition
respects that contract.Do you have a reproducer?
No, please evaluate these expressions:
Steps to reproduce
Not needed
Extra
java -version
The text was updated successfully, but these errors were encountered: