Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Ok

  • InvalidProducerEpoch

  • InvalidPidMapping

  • CoordinatorNotAvailable

  • NotCoordinatorForTransactionalId

  • InvalidTxnRequest

...

WriteTxnMarkersRequest/Response

Sent by transaction coordinator to broker to commit the transaction. Request handling details can be found here.

Code Block
languagetext
titleWriteTxnMarkerRequestWriteTxnMarkersRequest
WriteTxnMarkerRequestWriteTxnMarkersRequest => CoordinatorEpoch [PID Epoch Marker CoordinatorEpoch [Topic [PartitionPartitions]]]
 PIDCoordinatorEpoch => int64int32
 EpochPID => int16int64
 CoordinatorEpochEpoch => int32int16
 Marker => int8 (0 = COMMIT, 1 = ABORT)
 Topic => string
 Partition => int32

...