Kafka Connection Issue - Application Terminating #191
Closed
cookie-bytes
started this conversation in
General
Replies: 2 comments
-
This appears to be just a visual studio debugging issue. If I have the docker image in a docker-compose then the application continues to run and reconnects to Kafka when the connection is restored. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As per last message VS debugging issue. |
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
-
Hi,
When we lose connection to our Kafka broker we get the below error messages and then our application terminates.
We have the default value for EnableAutoRecovery for our consumers.
We have the default value for RetryOnFailure with our Kafka connection options.
Is this expected behaviour? How do we make Silverback handle Kafka connection issues?
Thank you
Paul
Beta Was this translation helpful? Give feedback.
All reactions