Synchronous requests in a kafka world
Kafka is usually used at the center of scalable solutions, but it happens to be designed to function asynchronously. In this post I describe how I was able to handle a synchronous request/response with kafka
Kafka is usually used at the center of scalable solutions, but it happens to be designed to function asynchronously. In this post I describe how I was able to handle a synchronous request/response with kafka