Versions Compared

Key

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

...

Currently when restoring a state store in a Kafka Streams application we put one key-value at a time into the store.  This proposal aims to make this recovery more efficient by allowing for a "putAllrestoreAll" functionality allowing for bulk writes by the underlying state store implementation.

...