micronaut-aws
micronaut-aws copied to clipboard
Add support for AWS Cloud Map service discovery
AWS Cloud Map is a new service discovery service announced at re:Invent 2018.
Docs: https://docs.aws.amazon.com/cloud-map/index.html
Hi, we recently switched to using CloudMap for a service discovery and I just want to make sure the there is no support yet despite the merged PR above.
Correct, Cloud Map isn't supported yet.
What is required for the implementation? Maybe we can work on this together?
an implementation of DiscoveryClient
similar to https://github.com/micronaut-projects/micronaut-aws/pull/1068/files#diff-86908c84f5c8c18116ad34b27c57a7607025fefe77a68b94a2b9dd4d86a309e9R58 that calls the cloud map sdk I imagine
thank you @graemerocher!