-
Notifications
You must be signed in to change notification settings - Fork 14
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
Broker transport failure: localhost:9092/bootstrap #56
Comments
? |
I am using apache-kafka executed through the folowing command: When I try to run the kafka-scheduler I am getting the above error |
when you are running the scheduler in a container and defining "localhost:9092" in bootstrap_servers variable, it will try to resolve "localhost" inside the container and not on your computer. i recommend you to use a docker compose to run the stack locally
start command
stop command
Hopes this will help you, i will add in the documentation the docker compose |
Hello @fkarakas It is working perfectly. |
Hello @fkarakas I am facing the below error in kafka scheduler admin failed to start runner: cannot create bleve db ./.db/: cannot create new index, path already exists I have created the issue for the same in the repository, can you please help |
2024-06-20 15:38:24 time="2024-06-20T10:08:24Z" level=error msg="received an error with code Local: Broker transport failure: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT)"
2024-06-20 15:38:25 %3|1718878105.022|FAIL|rdkafka#producer-1| [thrd:0.0.0.0:9092/bootstrap]: 0.0.0.0:9092/bootstrap: Connect to ipv4#0.0.0.0:9092 failed: Connection refused (after 0ms in state CONNECT, 11 identical error(s) suppressed)
The text was updated successfully, but these errors were encountered: