Getting error "Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry'; nested exception is org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata" #3229
Himanshu-Gupta-maersk
started this conversation in
General
Replies: 1 comment
-
Can you share the whole stack trace, please, and as a code snippet? Thanks |
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
-
I am getting below error while running spring boot application executable jar on linux machine. I am trying to connect remote topic from LAN server. I had asked network team to open all firewalls. I had tried many way to fix but getting same errors. please suggest the possible cause and solution of this.
Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'org.springframework.kafka.config.internalKafkaListenerEndpointRegistry'; nested exception is org.apache.kafka.common.errors.TimeoutException: Timeout expired while fetching topic metadata
Beta Was this translation helpful? Give feedback.
All reactions