You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to stop the container normally.
There might be a case where the container is stopped due to an error, but
the user wants the container to remain 'healthy', e.g. to avoid Kubernetes
restarting the instance.
Copy file name to clipboardExpand all lines: spring-kafka/src/test/java/org/springframework/kafka/listener/CommonContainerStoppingErrorHandler2Tests.java
+3
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,7 @@ public void stopContainerAfterException() throws Exception {
0 commit comments