cloudevents / sdk-go

Go SDK for CloudEvents
https://cloudevents.github.io/sdk-go/
Apache License 2.0
835 stars 220 forks source link

Proto definition is out of sync / behind the definition in the CloudEvents core repo #1082

Open intel352 opened 4 months ago

intel352 commented 4 months ago

Source .proto definition: https://github.com/cloudevents/spec/blob/main/cloudevents/formats/cloudevents.proto

The proto file in sdk-go says that it's referencing the event format markdown doc, but even that doc includes a batch event type, as does the source .proto that I mentioned up top.