sdk-java/formats/protobuf
github-actions[bot] b9eaa2fcaa
Bump to 2.5.0-SNAPSHOT (#474)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: pierDipi <pierdipi@redhat.com>
2022-09-06 15:52:34 +02:00
..
src Protobuf: Enhance textual content-types detection (#444) 2022-01-31 10:18:22 +01:00
README.md formats: Add support for protobuf format (#348) 2021-04-19 09:24:26 +02:00
pom.xml Bump to 2.5.0-SNAPSHOT (#474) 2022-09-06 15:52:34 +02:00

README.md

CloudEvents Protocol Buffers Format

This project provides functionality for the Java SDK to handle the protobuf format.

The protobuf definition file is located in src/main/proto/spec.proto. The file was directly copied from https://github.com/cloudevents/spec/blob/v1.0.1/spec.proto and is built using the Maven proto plugin.