About 275 results
Open links in new tab
  1. What are microservices?

    The microservices pattern language is your guide when designing an architecture: service collaboration, testing, deployment, common crosscutting concerns and more.

  2. 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.

  3. 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.

  4. A pattern language for microservices

    Hi there! I'm looking to learn how to build multi-tenant microservices. Can you recommend some resources?

  5. 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.

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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.