Skip to content
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: Microservice chassis #2677

Open
iluwatar opened this issue Oct 15, 2023 · 2 comments
Open

Microservice pattern: Microservice chassis #2677

iluwatar opened this issue Oct 15, 2023 · 2 comments
Labels
epic: pattern info: help wanted status: stale issues and pull requests that have not had recent interaction type: feature

Comments

@iluwatar
Copy link
Owner

iluwatar commented Oct 15, 2023

Description

The Microservice Chassis design pattern is a foundational framework for developing microservices that encapsulate common concerns, such as logging, configuration, and security. By creating a chassis, developers can focus on business logic without reinventing the wheel for these standard features. This pattern promotes consistency, reduces boilerplate code, and simplifies maintenance.

Main Elements of the Pattern

  • Service Configuration: Centralized management of configurations for each microservice.
  • Service Discovery: Mechanisms for services to discover each other, typically using a registry.
  • Logging: Standardized logging format across services to simplify debugging and monitoring.
  • Security: Common security practices, such as authentication and authorization, implemented uniformly.
  • Monitoring and Metrics: Integrated tools for monitoring service health and performance metrics.

List of References

Acceptance Criteria

  1. A new module named microservices-chassis is created under the project structure.
  2. Implement basic configurations, service discovery, logging, security, and monitoring features within the module.
  3. Provide comprehensive documentation and examples demonstrating how to use the microservice chassis in a sample microservice.
@puja19
Copy link

puja19 commented Oct 9, 2024

Can I work on this?

Copy link

stale bot commented Dec 19, 2024

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.

@stale stale bot added the status: stale issues and pull requests that have not had recent interaction label Dec 19, 2024
@iluwatar iluwatar moved this from In Progress to Todo in Java Design Patterns project Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic: pattern info: help wanted status: stale issues and pull requests that have not had recent interaction type: feature
Projects
Development

No branches or pull requests

2 participants