-
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
WatchConnectionManager does not respect user specified pingInterval #1767
Comments
@igorcalabria : oops, I did it in order to deal with |
igorcalabria
added a commit
to igorcalabria/kubernetes-client
that referenced
this issue
Sep 16, 2019
…tpClient since this value is configurable we should not override it with a fixed value
igorcalabria
added a commit
to igorcalabria/kubernetes-client
that referenced
this issue
Sep 16, 2019
igorcalabria
added a commit
to igorcalabria/kubernetes-client
that referenced
this issue
Sep 16, 2019
igorcalabria
added a commit
to igorcalabria/kubernetes-client
that referenced
this issue
Sep 16, 2019
Merged
@rohanKanojia I have provided the PR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone, is there a reason why https://github.com/fabric8io/kubernetes-client/blob/master/kubernetes-client/src/main/java/io/fabric8/kubernetes/client/dsl/internal/WatchConnectionManager.java#L85 overrides user's specified
pingInterval
with a fixed value of 30 seconds? Is this a specific requirement of kubernetes? If that's not the case I could provide a PR that reverts thisThe text was updated successfully, but these errors were encountered: