tartingProperties.hasApplicationReachedExceptionLimit()){
LOGGER.error("After [{}] State Store retries. System is shut down",
numberOfTries);
System.exit(kafkaStateStoreCannotBeInitializedThusRestartExitCode);
}
}
In 50% of the cases the state store reading throws and
ngProperties.hasApplicationReachedExceptionLimit()){
LOGGER.error("After [{}] State Store retries. System is shut down",
numberOfTries);
System.exit(kafkaStateStoreCannotBeInitializedThusRestartExitCode);
}
}
In 50% of the cases the state store reading throws and Inval