Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 255 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 255 Bytes

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

  1. http handler use cache
  2. websocket
  3. grpc stream
  4. channels