
What are microservices?
The microservices pattern language is your guide when designing an architecture: service collaboration, testing, deployment, common crosscutting concerns and more.
Microservices Pattern: Microservice Architecture pattern
I appreciate how you highlighted the benefits of microservices, such as increased scalability and faster development cycles, while also addressing the potential challenges involved.
Adopt the Microservice Architecture
Write some code - Use the Eventuate.io platform with popular frameworks, such as Spring Boot to tackle distributed data management challenges in your microservices architecture.
A pattern language for microservices
Hi there! I'm looking to learn how to build multi-tenant microservices. Can you recommend some resources?
Microservices rules #8: Design independently deployable services
May 20, 2025 · This is another article in the series about microservices rules: what good looks like, which are a set of principles and practices for using microservices effectively.
Pattern: Messaging - Microservices
The Domain-specific protocol pattern is an alternative pattern The RPI pattern is an alternative pattern See also My book Microservices patterns describes inter-communication in depth Enterprise …
Microservice Architecture Glossary
Microservice Architecture Glossary A work-in-progress definition of terms that are not expressed as patterns. API A service’s reason for existing. It consists of: Zero or more operations Zero or more …
Pattern: 3rd Party Registration - Microservices
Context You have applied either the Client-side Service Discovery pattern or the Server-side Service Discovery pattern. Service instances must be registered with the service registry on startup so that …
Pattern: Decompose by business capability - Microservices
That's more of an antipattern, guaranteed to lead to overlap in functionality and consequently strong coupling among separate microservices, which touch upon bounded contexts involved in multiple …
Authentication and authorization in a microservice architecture: Part 1 ...
Apr 25, 2025 · I’ll compare and contrast implementing complex authorization requirements within the individual microservices versus using a dedicated authorization service, such as Oso Cloud.