Versions Compared

Key

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

...

Please keep the discussion on the mailing list rather than commenting on the wiki (wiki discussions get unwieldy fast).

Motivation

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 "restoreAll" functionality allowing for bulk writes by the underlying state store implementation.

...

Compatibility, Deprecation, and Migration Plan

    • This is purely an addition of a new method. It will not cause any compatibility issuesThis proposal adds a method to an existing interface.   All classes using this interface will have to add an implementation for this method.

Rejected Alternatives

N/A

...