Presentation: 3 Common Pitfalls in Microservice Integration and How to Avoid Them

Track: SPONSORED SOLUTIONS TRACK V

Location: Bayview AB

Duration: 11:50am - 12:40pm

Day of week:

Slides: Download Slides

Abstract

Integrating microservices and taming distributed systems is hard. In this talk I will present three challenges I've observed in real-life projects and discuss how to avoid them.

  1. Communication is complex. With everything being distributed failures are normal so you need sophisticated failure handling strategies (e.g. stateful retry).
  2. Asynchronicity requires you to handle timeouts. This is not only about milliseconds, systems get much more resilient when you can wait for minutes, hours or even longer.
  3. Distributed transactions cannot simply be delegated to protocols like XA. So you need to solve the requirement to retain consistency in case of failures.
  4. I will not only use slides but also demonstrate concrete source code examples available on GitHub.
     

Speaker: Niall Deehan

Developer Advocate @Camunda

As A developer advocate for Camunda’s Open Source BPM platform, Niall help’s developers and architects to understand how to solve problems with the tools and projects Camunda has created.

Find Niall Deehan at