sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Avro format implementation

Open sunng87 opened this issue 3 years ago • 5 comments

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

sunng87 avatar Jul 16 '21 02:07 sunng87

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?

tompoch avatar Jul 20 '21 19:07 tompoch

I would expect some reference to the schema-registry maintaining the avro schemas. Am I missing something?

tompoch avatar Jul 20 '21 19:07 tompoch

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 avatar Jul 22 '21 06:07 sunng87

@sunng87 @pierDipi Hi. Any changes of this pr?

pkgonan avatar Mar 31 '22 03:03 pkgonan

hi @pkgonan I'm no longer working on this. Feel free to fork and continue this work

sunng87 avatar Mar 31 '22 03:03 sunng87