Class StateStoreMigratedException

All Implemented Interfaces:
Serializable

public class StateStoreMigratedException
extends InvalidStateStoreException
Indicates that the state store being queried is closed although the Kafka Streams state is RUNNING or REBALANCING. This could happen because the store moved to some other instance during a rebalance so rediscovery of the state store is required before retrying.
See Also:
Serialized Form
  • Constructor Details

    • StateStoreMigratedException

      public StateStoreMigratedException​(String message)
    • StateStoreMigratedException

      public StateStoreMigratedException​(String message, Throwable throwable)