-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to do server side discovery with load balancer and service registry? #274
Comments
Can you elaborate? What do you mean by service registry? |
I only see http://microservices.io/patterns/service-registry.html Examples of service registries (or technologies that are commonly used as service registries) include:
Some systems such as Kubernetes, Marathon and AWS ELB have an implicit service registry. |
Hi team, |
@yhilem Currently MSF4J does not provide a service discovery feature. Nevertheless, it can be implemented in the service itself using technologies that you have explained above. AFAIU this feature is only needed for services which require point-to-point connections among service instances. Would you mind explaining your requirement around this? Thanks! |
My requirement is to let MSF4 microservices register in a central registry when they are up. Sample : API Gateway Routes client calls to services. Gets services locations from the service registry (http://aramis.resinfo.org/wiki/lib/exe/fetch.php?media=ateliers:microservices_docker_mesos_-_aramis.pdf) |
Apologies for the late response @yhilem, a great proposal! I'm +1 for the suggestion! |
No description provided.
The text was updated successfully, but these errors were encountered: