This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
Replies: 1 comment
-
Hello @npk1994 I took another look into the conductor oss code base, and it turns out that we don't support |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Greetings everyone,
We are implementing the conductor server in Kuberenetes environment. We have running application pod masterdataservoce which exposes below endpoint.
http://mastedataservice:8080/mastedataservice/country/getAllByLocale/{code}
We are trying to use vipAddress for the http tasks.
Task definition:
We have configured a simple workflow to hit above mentioned endpoint
Additionally we have enabled the spring Kuberenetes discovery at the conductor server for the service discovery.
But looks like the vipAddress is not resolved and we are getting below exceptions in Conductor server log:
1030790 [system-task-worker-1] ERROR com.netflix.conductor.tasks.http.HttpTask [] - Got unexpected http response - uri:
"/masterdataservice/country/getAllByCodeAndLocale/IND, vipAddress: masterdataservice
org.springframework.web.client.ResourceAccessException: I/O error on GET request for "/masterdataservice/country/getAllByCodeAndLocale/IND": null; nested exception is org.apache.http.client.ClientProtocolException"
We have tried below wf configuration which works fine.
Really appreciate any suggestion for the above problem.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions