Versions Compared

Key

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

...

  • normal topic KRaft metadata;
  • batch metadata may be stored on broker disk depending on the batch coordinator implementation (e.g. in a Kafka topic);
  • brokers may require some limited amount of disk space to perform certain operations like object compaction;
  • caching in the read path may optionally use broker disk instead of memory.

It is also worth to mention mentioning that Diskless topics are not meant to change the Kafka Storage API, but to have a separate request processing that takes care of the access to remote storage.

...