AskTimeoutException in CMAK while adding and listing cluster
Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms]. Message of type [kafka.manager.model.ActorModel$KMAddCluster]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.
Facing AskTimeoutException while adding and listing cluster in CMAK
We still get this issue while running CMAK in k8s using - https://github.com/eshepelyuk/cmak-operator and connecting to zookepers that are also in k8s deployed using strimzi-kafka.
This is the error output :
Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager/my-cluster/kafka-state)]] after [2000 ms]. Message of type [kafka.manager.model.ActorModel$KSGetBrokers$] was sent by [Actor[akka://kafka-manager-system/user/kafka-manager/my-cluster#-2018076398]]. A typical reason for AskTimeoutException is that the recipient actor didn't send a reply.
@eshepelyuk any info?