I think running kafka-manager to manager exist kafka cluster.
running server is sucess.
but open the page can't see the topic informartion.
Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms]
I see the kafka-manager file,script_conf_file="${app_home}/../conf/application.ini"
How to fixed this issues?
The conf path only have an application.conf file!Why script_conf_file="${app_home}/../conf/application.ini"
When we start play application, some common options can be set through ./conf/application.ini
For examples, you can specify config.file and http.port in command line,
bin/kafka-manager -Dconfig.file=/path/to/application.conf -Dhttp.port=8080
Or you can just put them in ./conf/application.ini like this

and then start kafka-manager by bin/kafka-manager
Hey everybody,
I got same issue here even specifying them in command line or put them into ./conf/application.ini I got the same error:
Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/),
Path(/user/kafka-manager/test/kafka-state)]] after [2000 ms]
Anybody's facing the some issue here?
Most helpful comment
Hey everybody,
I got same issue here even specifying them in command line or put them into
./conf/application.iniI got the same error:Anybody's facing the some issue here?