/kafka-http

request/response kafka messaging

Primary LanguageGo

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