Bootstrapping Microservices • Ashley Davis & Damian Maclennan • GOTO 2024

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 2

  • @kellyfj
    @kellyfj 4 месяца назад +4

    19:00 Appreciate the honesty and pragmatism about "Whatever problems you have with your monolith will be magnified". Too much marketing and resume-based development in this space.

  • @Steve-cn5up
    @Steve-cn5up Месяц назад

    I am actually very perplexed as to why microservices are still being used at all? Here is a partial list of things I find wrong with microservices and why my company is building with a modular monolithic structure instead:
    -Increased network overhead
    -Complexity due to distributed architecture
    -Expanded attack surface area
    -Challenges in debugging
    -Monitoring complexities
    -Data management issues
    -Technical hurdles
    -Organizational and design challenges
    -Risks of vendor lock-in