Versions Compared

Key

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

...

Since this API is no longer exclusively an inter-broker API, we will also add the throttle time to the response schema.

Code Block
linenumberstrue
OffsetsForLeaderEpochResponse => ThrottleTimeMs [TopicMetadata]
  ThrottleTimeMs => INT32 // New
  TopicMetadata => TopicName PartitionMetadata
    TopicName => STRING
    PartitionMetadata => [ErrorCode PartitionId LeaderEpoch EndOffset]
      ErrorCode => INT16
      PartitionId => INT32
      LeaderEpoch => INT32
      EndOffset => INT64

...