KubernetesClient seems to run forever after migrating to kubernetes-httpclient-vertx
#4880
Unanswered
rohanKanojia
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was migrating one of my demo projects to use
io.fabric8:kubernetes-httpclient-vertx
.After migration, programs seem to run forever. If I run a simple demo (e.g. CanITest.java ), the program appears to hang until I stop it myself:
This wasn't the case when I was using the default okhttp client. If I run the same program with default okhttp client, program terminates within 17s:
Is there something I missed while migrating to
io.fabric8:kubernetes-httpclient-vertx
? I'm guessing this could be a configuration issue but not sure what I missed.I've run this program on several demo classes. I see the same hanging behavior. It's not just in my demo project, If I modify kubernetes-examples to use
kubernetes-httpclient-vertx
and run some sample I see same behavior.Beta Was this translation helpful? Give feedback.
All reactions