Open
Description
Support for Protobuf with Confluent Schema Registry
If the Kafka event is serialized in Protobuf and a 4-byte integer schema_id is put in front of the Protobuf binary stream, can kafka-go
invoke the REST API of Confluent Schema Registry to fetch the .proto
schema text from Schema Registry, and then form a decoder/deserializer on-the-fly to deserialize the Protobuf binary stream?
Supporting documentation