-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Protobuf serialization #190
Comments
I'm open to it, but know nothing about doing it. Will we have to include generated code? Or integrate that into CI? What are the tradeoffs? |
That is true for protobuf we need to create the proto files before hand. CloudEents can have arbitrary payload so might not work. |
I dont think this is a Problem. I haven't writen Rust jet. @kesavkolla do you know the proto generator toolchain in rust? The only think i do not understand is how we will get a proto payload into the data... But this is answert somewhere in the java SDK. |
Hey @Syndlex Here is the specification for the format: https://github.com/cloudevents/spec/blob/b43a64bf4fa92baee02dad512f23ea5cb77a321c/cloudevents/formats/protobuf-format.md About the payload question: Please also take a look here: cloudevents/spec#1186 Feel free to create a PR if you like :) |
Hey @Lazzaretti I think @slinkydeveloper, you are the Maintainer of this Project. Any Architecture input into this Problem? |
Interesting question! We are four maintainers on the project: @jcrossley3, @linuxbasic, @slinkydeveloper, @Lazzaretti. |
Hi,
|
Can we implement protobuf mapping for cloud event? This will help in generating fast serialization and deserialization.
The text was updated successfully, but these errors were encountered: