Loosely or Lousily Coupled? Understanding Communication Patterns in Modern Architectures [Kafka Summit 2022]

Loosely or Lousily Coupled? Understanding Communication Patterns in Modern Architectures
Date : April 25, 2022
Time : 3:00 PM - 3:45 PM BST

Speakers:

  • Thomas Heinrichs, Developer Advocate, Camunda

Abstract:
Modern architectures consist of many distributed components or services, which shall be as loosely coupled as possible. Still, they need to communicate with each other in order to fulfil business requirements. Now, is event streaming always the best approach, or when should you look at asynchronous messaging, or REST? What is best covered via Kafka? Where do you hit limits? What are the tradeoffs, and how does all of this influence coupling of your components?

This talk will help you answer important questions for your project. You will better understand not only the architectural implications but also the effect on the productivity of your teams.