support aws service discovery cloud map #182
ashraf-revo
started this conversation in
Ideas
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 think it will be good idea if we support aws service discovery cloud map like k8s discovery ,eureka service discovery
i have tried this and it work fine
`public class EcsReactiveDiscoveryClient implements ReactiveDiscoveryClient {
private final EcsDiscoveryProperties properties;
private final AWSServiceDiscoveryAsync discoveryAsync;
private final static String INSTANCE_IPV4 = "AWS_INSTANCE_IPV4";
}`
Beta Was this translation helpful? Give feedback.
All reactions