Versions Compared

Key

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

...

Code Block
AlterIsrRequest => BrokerId BrokerEpoch [Topic [PartitionId LeaderAndIsr]]
  BrokerId => Int32
  BrokerEpoch => Int64
  Topic => String
  PartitionId => Int32
  LeaderAndIsr => Leader LeaderEpoch Isr ZkVersionCurrentVersion
    Leader => Int32
    LeaderEpoch => Int32
    Isr => [Int32]
    CurrentVersion => Int32

AlterIsrResponse => ErrorCode [Topic [PartitionId VersionCurrentVersion ErrorCode]]
  ErrorCode => Int16
  Topic => String
  PartitionId => Int32
  CurrentZkVersionCurrentVersion => Int32

Possible top-level errors:

...