Replies: 1 comment 2 replies
-
That log is just not readable. It also would be great if you can share some simple project where we can reproduce the problem. Thanks for understanding. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi together,
we discovered a strange behavior with our Spring Cloud Stream applications which in my opinion has it's origin in Spring Kafka.
Our Kafka cluster seams to swap it's certificate (something we are already digging into) which leads to following exception in Spring Kafka.
Log
The problem is that this tiggeres (as described for the
authExceptionRetryInterval
property) a shutdown which fails and puts the application in an inconsistent state, from which it never recovers. Health checks are still up but the application never reconnects to the Kafka cluster and just remains in this state.An option would be to set the
authExceptionRetryInterval
property, but that seems like a workaround for propably a bug in the error handling for the shutdown to me.As I'm not realy femilar how this should correctly be handled by either Spring Kafka or some custom logic in my application it would be great if someone has some input for me.
Beta Was this translation helpful? Give feedback.
All reactions