Skip to content

Deserialize Protobuf payload based on 4-byte Schema ID from Schema Registry #612

Open
@ericsun2

Description

@ericsun2

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions