-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
use io.fabric8.kubernetes.client.Watcher<Event> to collect infomation #1318
Comments
@wangbin3685 : Could you please provide a test which reproduces this error? |
I get this error sometimes when trying to watch a custom resource in Openshift 3.11. |
ah, this needs some priority. |
Do you know some workaround for this I could try? |
@csviri : Thanks for the info. Let me look into this in coming days. |
…8 library, see fabric8io/kubernetes-client#1318 for more info
…8 library, see fabric8io/kubernetes-client#1318 for more info (#48)
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
@rohanKanojia is there a workaround for this? |
@avmohan: Actually we have faced this in #1529 , but we reverted that (see this comment: #1800 (comment)). I think it should be the responsibility of the caller to reconnect with the new resource version. |
Marking as resolved - to not introduce additional Watcher logic, the suggestion is to use an informer instead. |
when using io.fabric8.kubernetes.client.Watcher to collect infomation, throws the following error
The text was updated successfully, but these errors were encountered: