Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CurrentVersion -> CurrentZkVersion

...

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

AlterIsrResponse => ErrorCode [Topic [PartitionId CurrentVersionCurrentZkVersion ErrorCode]]
  ErrorCode => Int16
  Topic => String
  PartitionId => Int32
  CurrentVersionCurrentZkVersion => Int32

Possible top-level errors:

...