Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./bin/kafka-manager does not use ./conf/application.conf #11

Open
prune998 opened this issue Feb 5, 2015 · 7 comments
Open

./bin/kafka-manager does not use ./conf/application.conf #11

prune998 opened this issue Feb 5, 2015 · 7 comments

Comments

@prune998
Copy link

prune998 commented Feb 5, 2015

It seems I can't have kafka-manager to use the conf/application.conf file... Have to specify the config options on the commandline using -D...

Is this normal behaviour ?

@mnarrell
Copy link

mnarrell commented Feb 5, 2015

I see this as well. The good news is that this works when providing the flags at the command line

@prune998
Copy link
Author

prune998 commented Feb 5, 2015

you're lucky... once started, kafka-manager does not see any of my 3 brokers even if connected to them (seen using lsof...)... still trying...

@patelh
Copy link
Collaborator

patelh commented Feb 8, 2015

Did you try adding a cluster once the application is up? Kafka manager has its own zookeeper configuration which it uses to store its own configuration. In order to manage a cluster, you need to goto Cluster menu and Add Cluster and enter the config of the kafka zookeepers and version.

@rycoxiao
Copy link

rycoxiao commented Feb 9, 2015

you can use -Dkafka-manager.zkhosts="host:2181"

@srangwal
Copy link

srangwal commented Feb 9, 2015

I realized that without the command line option (-D...) kafka-manager tries to connect with the zkhost specified at the time of sbt clean dist. This error shows it connecting to localhost:49955 the zkhost I gave during compilation:
[error] o.a.c.ConnectionState - Connection timed out for connection string (0.0.0.0:49955) and timeout (15000) / elapsed (15031)

@miguno
Copy link

miguno commented Feb 19, 2015

I think this is related to #16.

@nu007a
Copy link

nu007a commented Sep 8, 2017

you must "Add cluster" at first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants