Decoupling Teams with Asynchronous APIs
Decoupling Teams with Asynchronous APIs

Decoupling Teams with Asynchronous APIs

Author
Shiv Bade
Tags
event-driven
microservices
Published
August 25, 2017
Featured
Slug
Tweet
Moving from sync REST to async APIs had these benefits:
  • Less coupling between teams
  • Resilience during partial failures
  • Easier to test workflows in isolation
Tradeoff: Debugging becomes more complex. Invest in observability!