Skip to content
Andrew Robertson edited this page Jul 9, 2021 · 1 revision

Pravega connector supports the following serialization formats:

  • avro
  • protobuf
  • json
  • csv

The format of the schema must match the serialization format for event data in a pravega stream. For example if events are serialized in avro format, schema must be specified in avro, json as json, protobuf as protobuf, etc.

The one exception is csv - schema can be defined in json format.

Clone this wiki locally