Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove offset response correlation id comment after KAFKA-856 fix

...

We agree that this API is slightly funky. There is also a small issue with the correlation id in the offset response always being 0.

Offset Request
Code Block
OffsetRequest => ReplicaId [TopicName [Partition Time MaxNumberOfOffsets]]
  ReplicaId => int32
  TopicName => string
  Partition => int32
  Time => int64
  MaxNumberOfOffsets => int32

...