Open Jonathan-Wei opened 9 years ago
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?
Hi All,
I have the same issue and when researching for a posted it here:
https://github.com/yahoo/CMAK/issues/143
There is another big discussion here:
https://github.com/yahoo/CMAK/issues/148
You can try the existing solutions and confirm; for me still no progress.
Regards,
Yordan
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?