-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
Microservice pattern: Server-side service discovery #2686
Comments
can you assign me this |
Please specify if I can use Spring Boot to implement the design or core Java. |
Yes, Spring Boot can be used. It has been used in some other patterns as well. |
currently on it |
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. |
How do you plan to implement this ? |
The issue is currently unassigned. We are open for proposals 😀 |
Description
Implement the Server-Side Service Discovery design pattern for the project. This pattern helps in dynamically locating services within a microservices architecture, enhancing the system's scalability and flexibility.
Main Elements of the Pattern:
References
Acceptance Criteria
The text was updated successfully, but these errors were encountered: