cloudevents / sdk-python

Python SDK for CloudEvents
https://pypi.org/p/cloudevents/
Apache License 2.0
266 stars 53 forks source link

Add support for CloudEvents v1.0.2 #194

Open Gunni opened 1 year ago

Gunni commented 1 year ago

Expected Behavior

Able to use proto_data, somehow.

Actual Behavior

No code in repo even refers to proto or any way to use it because v1.0 did not have that.

Steps to Reproduce the Problem

  1. Make a proto for your data
  2. Try to assign it to data
  3. Fail / Object of type X is not JSON serializable

Specifications

xSAVIKx commented 1 year ago

Hello @Gunni and thank you for opening this. Indeed, the SDK does not support proto format at the moment. PRs are very welcome 🙂

I plan to start working on this, but don't know when exactly yet