Notification service Kafka error #1030
Replies: 6 comments 4 replies
-
@surendrasinghs - can a devops or a engineering team member help us with this issue? |
Beta Was this translation helpful? Give feedback.
-
Hi @gohilamariappan, Seems like kafka bootstrap server is not configured. Please follow the below instructions to set it -
And try again. Let me know (tag me) if it still not resolved, thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @holashchand ! It seems like already we have already configured env variable KAFKA_BOOTSTRAP_SERVERS. containers:
ERROR: time="2024-06-20T05:34:56Z" level=info msg="Starting certificate processor" ############### Please suggest. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi @holashchand ! It seems env variables are coming in the deployment, becoz am able to see this variables inside a container. /app/notification-service # env | grep kafka Please suggest. Regards, |
Beta Was this translation helpful? Give feedback.
-
Thank you! @holashchand Tried registry notification conf changes, but that didn't worked(topics are not created automatically). Now i have created topic manually inside a container, it seems running. One more suggestion needed in the below item. Registry service is giving the below error. couldn't find which property its looking for ########### ######## Regards, |
Beta Was this translation helpful? Give feedback.
-
@holashchand Thank you so much! |
Beta Was this translation helpful? Give feedback.
-
Hi Team!
We are trying to configure rc setup using docker compose and kubernetes. In both cases we are getting the kafka connection error in the notification service as below...
Can you please suggest.
##########
time="2024-06-05T06:11:51Z" level=error msg="Error in committing message localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)"
%3|1717567941.481|FAIL|rdkafka#consumer-1| [thrd:localhost:9092/bootstrap]: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)
time="2024-06-05T06:12:21Z" level=error msg="Error in committing message localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)"
Consumer error: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)
%3|1717567971.484|FAIL|rdkafka#consumer-1| [thrd:localhost:9092/bootstrap]: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)
time="2024-06-05T06:12:51Z" level=error msg="Error in committing message localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)"
Consumer error: localhost:9092/bootstrap: Connect to ipv4#127.0.0.1:9092 failed: Connection refused (after 0ms in state CONNECT, 30 identical error(s) suppressed)
##########
Regards,
Gohila
Beta Was this translation helpful? Give feedback.
All reactions