-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
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
Service Registry pattern #383
Comments
@Aravamudhan Sure. I would suggest you to discuss the approach. We may need some microservice toolkit for this. |
@npathai We can use Spring boot. I deployed the app in my machine. It worked quite well. Please let me know if that is fine. |
@Aravamudhan Yes that would be fine 👍 I haven't used Sprint Boot personally though. |
@npathai Even I never used it before. Recently came across it. It makes creating apps and deploying them extremely simple. Since in this pattern we need to deploy few apps, by using Spring boot, we do not even need a server or db connection for deploying the applications we create. |
@Aravamudhan are you still working on this? |
@iluwatar I apologize for not informing before. No I am not currently working on this pattern. |
It's ok. I'll change the labels to indicate this issue is free for taking again. |
I knew this as Service Discovery, and the service registry as a part of it. https://www.nginx.com/blog/service-discovery-in-a-microservices-architecture/ |
HI @iluwatar, please let me know if I can work on the above PR. I would like to contribute here. |
This issue has been automatically marked as stale because it has not had recent activity. The issue will be unassigned if no further activity occurs. Thank you for your contributions. |
This issue is stale because it has been open 60 days with no activity. |
Description
The Service Registry design pattern is a central service registry that maintains a database of available services. It acts as a lookup mechanism, allowing services to register themselves and clients to discover services. This pattern is crucial for service-oriented architectures (SOA) and microservices, facilitating dynamic discovery and decoupling of service consumers and providers.
Main Elements of the Pattern
References
Acceptance Criteria
The text was updated successfully, but these errors were encountered: