Skip to content

davidberenguer90/grpc-cloudevents-microservices

Repository files navigation

gRPC and CloudEvents Kafka PoC

Proof of concept using gRPC (Protocol Buffers) and CloudEvents in Kafka.

Architecture

gRPC and CloudEvents Kafka Microservices

Requisites

Start Kafka container by entering the following command:

docker compose up

Build services

mvn clean install

Run services

Follow the instructions in the readme file of each service to run them.

Languages