Versions Compared

Key

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

...

The new OffsetCommit request schema is provided below. A field for the leader epoch has been added. The response schema matches the previous version. We have added fields for the leader epoch and the timestamp.

Code Block
linenumberstrue
OffsetCommitRequest => GroupId Generation MemberId [TopicName [Partition Offset Timestamp LeaderEpoch Metadata]]
  GroupId => STRING
  Generation => INT32
  MemberId => STRING
  RetentionTime => INT64
  TopicName => STRING
  Partition => INT32
  Offset => INT64
  LeaderEpoch => INT32  // New
  Metadata => STRING

...