Versions Compared

Key

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

...

Current state: Under Discussion

Discussion thread: NA https://lists.apache.org/thread/tbhmkf44jhjf8lqmo7w2whynbgttf1o6

PR: https://github.com/apache/kafka/pull/12545

Motivation

Reduce Fetcher#parseRecord() memory copy: we can direct use ByteBuffer instead of byte[] to deserialize

...