Versions Compared

Key

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

...

Once the consumer is aware of the location of the remote log segment file, it can initiate the read from remote tiered storage and parses the content in log segment file and converts the message into ConsumerRecord objects;  We will address them in the follow-up separate KIP since this work is dependent on the programming language choice on the consumer side. (Note we have published KIP-1254 for the enhancement needed on Java consumer side.)

Handle Transaction Messages

...