Versions Compared

Key

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

...

The changes also include adding a setter method on the KafkaStreams object:, named setGlobalStateRestoreListener to reinforce the fact the listener is for the entire application

Code Block
languagejava
public void setStateRestoreListenersetGlobalStateRestoreListener(final StateRestoreListener stateRestoreListener)

...