Lesson 38 - Identifying Microservices

Поділитися
Вставка
  • Опубліковано 15 лис 2024

КОМЕНТАРІ • 10

  • @shireefadel8064
    @shireefadel8064 2 роки тому

    Unbelievable demonstration!

  • @lifechamp007
    @lifechamp007 2 роки тому

    Very informative video - thank you Mark!!

  • @atticchris
    @atticchris 5 років тому

    Very useful way to identify granularity! Thanx!

  • @daviddav3427
    @daviddav3427 2 роки тому

    Thanks Mark, Can you share a sample project or links, how this can be done?

  • @easyappscompany
    @easyappscompany 5 років тому

    Best Regards From Mexico City. Manuel Silva.

  • @coolcoolj0102
    @coolcoolj0102 4 роки тому

    IMO, DDD approach to identify Bounded-Context is better than this approach
    So one bounded-context = 1 microservices

    • @markrichards5014
      @markrichards5014  4 роки тому +4

      In theory, that might be true, but in my experience it is not. Data is a very complicated part of microservices and the bounded context, and many times we are forced to weaken the bounded context to share a data context between several services. Within a bounded context containing processing, data, and request granularity (orchestration), sometimes there are good reasons to still break apart services (code changes, scalability, security, fault tolerance, etc.) and still share data. That would form a lose bounded context between multiple services and shared data.