Service mesh URIs are used between conjure services in k8s with a special 'mesh-' prefix. Without special handling, requests for these URIs will fail with an unsupported URI scheme.
What did you want to happen?
Follow the behavior implemented by conjure clients for other languages (removing the prefix and disabling retries):
What happened?
Service mesh URIs are used between conjure services in k8s with a special 'mesh-' prefix. Without special handling, requests for these URIs will fail with an unsupported URI scheme.
What did you want to happen?
Follow the behavior implemented by conjure clients for other languages (removing the prefix and disabling retries):