Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-4322

StateRestoreCallback begin and end indication

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.1.0
    • 1.0.0
    • streams
    • None
    • Patch

    Description

      In Kafka Streams, the StateRestoreCallback interface provides only a single method "restore(byte[] key, byte[] value)" that is called for every key-value pair to be restored.

      It would be nice to have "beginRestore" and "endRestore" methods as part of StateRestoreCallback.

      Kafka Streams would call "beginRestore" before restoring any keys, and would call "endRestore" when it determines that it is done. This allows an implementation, for example, to report on the number of keys restored and perform a commit after the last key was restored. Other uses are conceivable.

      Attachments

        Issue Links

          Activity

            People

              markshelton Mark Shelton
              markshelton Mark Shelton
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: