Apurva Mehta created KAFKA-5888: ----------------------------------- Summary: Transactions system test should check for message order Key: KAFKA-5888 URL: https://issues.apache.org/jira/browse/KAFKA-5888 Project: Kafka Issue Type: Bug Reporter: Apurva Mehta Assignee: Apurva Mehta Fix For: 1.0.0
Currently, the transactions system test doesn't check for correct ordering of the messages in a transaction. With KAFKA-5494, we can have multiple inflight requests for a single transaction, which could yield to out of order messages in the log if there are bugs. So we should assert that order is maintained in our system tests. -- This message was sent by Atlassian JIRA (v6.4.14#64029)