We are developing a REST service (2) that act as a adapter between a blackbox Client (1) and blackbox Processor microservices (4). (2) and (4) communicate with each other using Kafka (3) All components are stateless (except Kafka, right?) First, Client ...
Home/architecture