Versions Compared

Key

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

...

Code Block
titleFetchRequestPartition
FetchRequestPartition => partition fetch_offset low_watermark max_bytes
  partition => int32
  fetch_offset => int64
  log_start_offset => int64  <-- NEW. If it is issued from consumer, the value is -10. Otherwise, this is the log_start_offset of this partition on the follower.
  max_bytes => int32

...