Versions Compared

Key

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

...

We will add a new error code for consumer to wait for pending transaction clearance:. In order to be able to return correct exception type for old/new clients, we shall also bump the OffsetFetch protocol version.

Code Block
PENDING_TRANSACTION(85, "There are pending transactions for the offset topic that needs to be cleared", PendingTransactionException::new),

...