cloudevents/sdk-java

High-performance encoding

alexec opened this issue · 1 comments

CloudEvents is not suitable for the high-performance systems I'm working because the encoding of each event is inefficient due to all the padding created by the headers, delimiters etc.

This can be fixed by an efficient binary encoding.

This results in a 50% reduction increase in cloud hosting costs.

I'm incorrect. You may use the proto serializer.