我正在使用 lagom 构建一个小型示例应用程序。我遵循“ hello-world” lagom 示例应用程序的结构。但是每当我尝试运行该应用程序时,我都会面临以下错误:
[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]
不过,我没有得到这个错误的含义并解决它们?因为,我Apache Kafka
也在使用,并且我的消息已成功存储到主题中,但在日志中,每次都会显示此错误。