gRPC Kafka Streaming Demo

 


 This recorded demo is about bidirectional streaming via HTTP.

The demo consists of:

  1. A microservice written in Go using gRPC
  2. gRPC client (Bloom RPC) 
  3. Kafka Server
  4. Everything orchestrated using Docker Compose 

The demo shows how a microservice (which is also a Kafka consumer) exposes a gRPC API endpoint that can be used to receive messages from the API client while sends a stream of messages as events from Kafka.

Enjoy!


Comments