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