Hi, this is the stack trace that I get whenever I try to produce a message :
[warn] a.c.s.ShardRegion - Trying to register to coordinator at [Some(ActorSelection[Anchor(
akka://user-impl-application/), Path(/system/sharding/UserEventProcessorCoordinator/singleton/coordinator)])], but no acknowledgement. Total [1] buffered messages.
[warn] a.c.s.ShardRegion - Retry request for shard [usercrud.user.impl.events.UserEvent] homes from coordinator at [Actor[akka://user-impl-application/system/sharding/UserEventProcessorCoordinator/singleton/coordinator#1816980382]]. [1] buffered messages.
[info] c.k.u.u.i.e.UserEventProcessor - buildHandler method ...
[warn] a.c.s.ShardRegion - Trying to register to coordinator at [Some(ActorSelection[Anchor(akka://user-impl-application/), Path(/system/sharding/kafkaProducer-greetingsCoordinator/singleton/coordinator)])], but no acknowledgement. Total [1] buffered messages.
[warn] a.c.s.ShardRegion - Retry request for shard [singleton] homes from coordinator at [Actor[akka://user-impl-application/system/sharding/kafkaProducer-greetingsCoordinator/singleton/coordinator#-1520459998]]. [1] buffered messages.
And if I subscribe to the topic, I get the following warnings:
[warn] o.a.k.c.NetworkClient - Error while fetching metadata with correlation id 1 : {greetings=LEADER_NOT_AVAILABLE}
[warn] o.a.k.c.NetworkClient - Error while fetching metadata with correlation id 2 : {greetings=LEADER_NOT_AVAILABLE}
[warn] o.a.k.c.NetworkClient - Error while fetching metadata with correlation id 4 : {greetings=LEADER_NOT_AVAILABLE}