I was curious if re-ordering is possible within a transaction? Let's say a KafkaProducer sends 1000 messages to a single partition within a single transaction, and the total size causes more than 1 batch to be sent to the broker. If, for some reason, one of the batches is lost and resent, is it possible this will cause messages to be re-ordered within the transaction?
Mark