Getting ECONNREFUSED for Kafka (127.0.0.1:9092) and Config URLs (localhost/config1.json) while running pdf-service locally #840
rajayush97
started this conversation in
Dashboard
Replies: 1 comment
-
@rajayush97 Download/extract Kafka if not downloaded already. refer this to download Kafka. after download, start Zookeeper: sudo ~/kafka_2.13-3.2.0/bin/zookeeper-server-start.sh ~/kafka_2.13-3.2.0/config/zookeeper.properties and then start Kafka: sudo ~/kafka_2.13-3.2.0/bin/kafka-server-start.sh ~/kafka_2.13-3.2.0/config/server.properties This will start the Kafka server on: localhost:9092 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am trying to run the pdf-service locally and facing the following issues:
Config URLs not reachable
I set the environment variable: export DATA_CONFIG_URLS=http://localhost/config1.json,http://localhost/config2.json
But I’m getting connection errors
Kafka connection refused, The app is trying to connect to Kafka, but nothing is running on that port locally.
connect ECONNREFUSED 127.0.0.1:9092
Please advise on how to proceed with both these issues.
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions