Versions Compared

Key

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

...

Code Block
languagetext
titleEndTxnRequest
EndTxnRequest => TransactionalId PID Epoch Command
 TransactionalId => string
 PID => int64
 Epoch => int16
 Command => boolean (false(0) means ABORT, true(1) means COMMIT)
Code Block
languagetext
titleEndTxnResponse
EndTxnResponse => ErrorCode
 ErrorCode => int16

...

Code Block
languagetext
titleWriteTxnMarkersRequest
WriteTxnMarkersRequest => CoordinatorEpoch [PID Epoch Marker [Topic [Partitions]]]
 CoordinatorEpoch => int32
 PID => int64
 Epoch => int16
 Marker => int8boolean (false(0) means ABORT, true(1) means COMMIT)
 Topic => string
 Partition => int32

...