A Practical Journey from Application to Distributed Systems - Part 5
Introducing Kafka/Redpanda + move to event-driven workflow
May 9, 202625 min read5

Search for a command to run...
Articles tagged with #programming-blogs
Introducing Kafka/Redpanda + move to event-driven workflow

Connect Orders ↔ Inventory (first working service-to-service flow)

Inventory service + gRPC + proto contracts

Orders service + Postgres + migrations + Docker/Compose

Project overview + Why this architecture

Step by step guide on managing multi-host, multi-service application using Docker Swarm
