Protobuf provides compact size and faster serialization. CloudEvents already provides a Protobuf schema. Can we also create Protobuf schema for CDEvents.
Am I not sure if it was a conscious decision to not provide Protobuf and use JSON schemas, but even with JSON schema both producer and consumer has to do validations as per the spec. Protobuf would be much more faster and has a better code generation support.