micronaut-aws icon indicating copy to clipboard operation
micronaut-aws copied to clipboard

Add support for AWS Cloud Map service discovery

Open alvarosanchez opened this issue 6 years ago • 5 comments

AWS Cloud Map is a new service discovery service announced at re:Invent 2018.

Docs: https://docs.aws.amazon.com/cloud-map/index.html

alvarosanchez avatar Dec 01 '18 09:12 alvarosanchez

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.

musketyr avatar Dec 21 '23 09:12 musketyr

Correct, Cloud Map isn't supported yet.

alvarosanchez avatar Dec 21 '23 10:12 alvarosanchez

What is required for the implementation? Maybe we can work on this together?

musketyr avatar Jan 03 '24 10:01 musketyr

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

graemerocher avatar Jan 03 '24 10:01 graemerocher

thank you @graemerocher!

musketyr avatar Jan 03 '24 10:01 musketyr