-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
watcher: Register Exception Handler before watch request #1287
Conversation
Signed-off-by: Giri Ramasamy <[email protected]>
@lburgazzoli can you please check this? |
is there a chance to add a test case for this ? |
I couldn't replicate the issue with test containers.But the issue happens when we have this in k8s |
have you validated the change on k8s ? |
Haven't validated yet.Will validate and confirm.Is it possible to get a SNAPSHOT version for this PR? |
once the main build ends, a snapshot should be published to the snapshot repo |
@lburgazzoli I have tested with snapshot from main in k8s and It is working now. |
@lburgazzoli when can I expect next release? |
I can try to do a release today or beginning next week |
0.7.7 should be available to maven central soon |
Registers Exception handler before watch request so that if exception happens watch can resume.
Fixes #1261