About 400 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. Your …

  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 …

  7. Pattern: Shared database - Microservices

    Several microservices maintaining connection pools to the same database creates contention. Multiple independent processes accessing the database via some ORM layer can cause hard …

  8. Pattern: Saga - Microservices

    In a portfolio of hundreds of microservices with dozens of key biz transactions each with 3-5 participating services, how to make sure sagas are implemented properly across all service …

  9. Refactoring a monolith to microservices

    Oct 30, 2019 · Many organizations that want to adopt microservices already have a monolithic application. As I describe in chapter 13 of my book, the recommended approach is to use the …

  10. Pattern: Transactional outbox - Microservices

    Using this pattern and thinking in microservices, once each service has its own database, should I have an Outbox table in each service database or should I have a common (centralized) …