Skip to content

rootcss/python-kafka-protobuf-events

Repository files navigation

Publishing protobuf based events into Kafka (python)

# generating the code from proto schemas
./protoc -I=. --python_out=api ./protos/user_created_event.proto
./protoc -I=. --python_out=api ./protos/models/user.proto

# running the publisher and consumer
cd api && python publisher.py
cd kafka-consumer-service && python consumer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages