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:
  • Constructor Details Link icon

    • StateStoreMigratedException Link icon

      public StateStoreMigratedException(String message)
    • StateStoreMigratedException Link icon

      public StateStoreMigratedException(String message, Throwable throwable)