Avatar
1
anaconda875 Beginner
anaconda875 Beginner
Sync to Async http request and response architecture
We are developing a <strong>REST service</strong> (2) that act as a adapter between a blackbox <strong>Client</strong> (1) and blackbox <strong>Processor microservices</strong> (4). <p> </p> <p> (2) and (4) communicate with each other using <strong>Kafka</strong> (3) </p> <p> </p> <p> All components are stateless (except Kafka, right?) </p> <p> </p>
Answer