Apurva Mehta created KAFKA-5403: ----------------------------------- Summary: Transactions system test should dedup consumed messages by offset Key: KAFKA-5403 URL: https://issues.apache.org/jira/browse/KAFKA-5403 Project: Kafka Issue Type: Bug Reporter: Apurva Mehta Assignee: Apurva Mehta Fix For: 0.11.0.0
In KAFKA-5396, we saw that the consumers which verify the data in multiple topics could read the same offsets multiple times, for instance when a rebalance happens. This would detect spurious duplicates, causing the test to fail. We should dedup the consumed messages by offset and only fail the test if we have duplicate values for a if for a unique set of offsets. -- This message was sent by Atlassian JIRA (v6.3.15#6346)