Trying to implement graceful shutdown in spring boot 2 application running in kubernetes
I am trying to implement graceful shutdown in our spring boot 2 application to remove 5xx errors when scale down of pods occurs
I am trying to implement graceful shutdown in our spring boot 2 application to remove 5xx errors when scale down of pods occurs