sdk-java
sdk-java copied to clipboard
Avro format implementation
This patch is to provide an Avro format implementation for the CloudEvent 1.0.
Fixes #115
TODO items:
- [x] unit tests
- [ ] extension fields?
- [x] data
What is the relation of this to the content mode as defined in the Kafka Protocol Binding? Do I read correctly that this PR corresponds to the structured mode, but not to the binary?
I would expect some reference to the schema-registry maintaining the avro schemas. Am I missing something?
This patch is to implement Avro as a cloudevent serialization format. It doesn't cover kafka binding for now. Perhaps we can provide that integration in future.
@sunng87 @pierDipi Hi. Any changes of this pr?
hi @pkgonan I'm no longer working on this. Feel free to fork and continue this work