Skip to content

An example gRPC project that features usage of CloudEvents with gRPC in Python.

Notifications You must be signed in to change notification settings

xSAVIKx/grpc-cloudevents-python

Repository files navigation

gRPC + CloudEvents Python Server

How to regenerate protos:

pip install -r requirements.txt

python -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. ./protos/io/cloudevents/example/service.proto
python -m grpc_tools.protoc -I./protos --python_out=. --grpc_python_out=. ./protos/io/cloudevents/v1/cloudevents.proto

When the protos are created, please move them manually out of the io folder while this messes up a lot with Python standard io library.

Java Server

The Java gRPC Server counterpart of this repository is available here.

About

An example gRPC project that features usage of CloudEvents with gRPC in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages