sdk-java/formats/protobuf
Sleiman Jneidi c8a22b5175
build: upgrage to protobuf sdk 4.31.1 (#695)
Signed-off-by: Sleiman <sleiman.jneidi@apple.com>
Co-authored-by: Pierangelo Di Pilato <pierdipi@redhat.com>
2025-06-20 14:56:34 +02:00
..
src Refactor to Facilitate Decoupling from Concrete Implementations of EventFormat (#539) 2023-04-21 10:41:10 +02:00
README.md formats: Add support for protobuf format (#348) 2021-04-19 09:24:26 +02:00
pom.xml build: upgrage to protobuf sdk 4.31.1 (#695) 2025-06-20 14:56: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.