Details
-
Task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
KAFKA-14916 was created after I incorrectly assumed transaction ID in the produce request indicated all batches were transactional.
Originally this ticket had an action item to ensure all the producer IDs are the same in the batches since we send a single txn ID, but we decided this can be done in a followup, as we still need to assess if we can enforce this without breaking workloads. We did enforce this for partitions we are verifying only in KAFKA-14916.
This ticket is that followup.