I am using lagom for building a, small sample application. I am following the structure of "hello-world" lagom sample application. But whenever I am trying to run the application, I am facing, bellow error:
[error] a.c.s.PersistentShardCoordinator - Persistence failure when replaying events for persistenceId [/sharding/TwitterEntityCoordinator]. Last known sequence number [0]
akka.pattern.CircuitBreaker$$anon$1: Circuit Breaker Timed out.
[error] a.c.s.PersistentShardCoordinator - Persistence failure when replaying events for persistenceId [/sharding/kafkaProducer-tweetsCoordinator]. Last known sequence number [0]
Still, I am not getting what is the meaning of this error and to resolve them?? Because, I am using Apache Kafka
also, and my messages are successfully stored into topic but in logs, this error show every time.