Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Offset commit and fetch response returns client id.

...

Code Block
OffsetCommitResponse => ClientId [TopicName [Partition ErrorCode]]]
  ClientId => string
  TopicName => string
  Partition => int32
  ErrorCode => int16

...

Code Block
OffsetFetchResponse => ClientId [TopicName [Partition Offset Metadata ErrorCode]]
  ClientId => string
  TopicName => string
  Partition => int32
  Offset => int64
  Metadata => string
  ErrorCode => int16

...