subanasif

Results 4 comments of subanasif

@slinkydeveloper: I do have implementation of EventFormat interface for avro. However, the implementation class has a setter method for Avro schema since this not defined in EventFormat interface. Hence, following...

This is avro schema. That is `org.apache.avro.Schema`. This could be coming from filesystem or remote repository like schema registry.

Thats correct. It *.avsc schema

The schema at https://github.com/cloudevents/spec/blob/v1.0/spec.avsc is just a spec, whereas real schema would have much more details (in `data` part, with specific field definitions). Hence loading statically as resource won't work....