confluentinc / ksql

The database purpose-built for stream processing applications.
https://ksqldb.io
Other
113 stars 1.04k forks source link

Add Anonymous Value Support for Protobuf #4466

Open agavra opened 4 years ago

agavra commented 4 years ago

Just as with JSON and AVRO, we should support anonymous (unwrapped/not tested) primitives as protobuf message values.

rayokota commented 2 years ago

Support for raw primitives has been added to the ProtobufConverter: https://github.com/confluentinc/schema-registry/pull/2102