kafka-http
Apache Kafka or any messaging system is typically used for asynchronous processing.
A requirement of implementing request/response paradigm on top of Apache Kafka.
Solutions
- http handler use cache
- websocket
- grpc stream
- channels
Apache Kafka or any messaging system is typically used for asynchronous processing.
A requirement of implementing request/response paradigm on top of Apache Kafka.
Solutions