-
Notifications
You must be signed in to change notification settings - Fork 930
Open
Labels
component:schema-registryAny schema registry related isues rather than kafka isolated onesAny schema registry related isues rather than kafka isolated onesquestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the library
Description
Description
At looking into the source code for Protobuf, it seems like not possible to deserialize a protobuf message without its corresponding static message type argument.
When it comes to Avro, all things needed have been provided and it works well to deserialize an Avro message via schema registry only.
I wonder wether a support for Protobuf deserialization with schema registry is in the middle of being implemented or not planned yet.
class ProtobufDeserializer(object):
"""
ProtobufDeserializer decodes bytes written in the Schema Registry
Protobuf format to an object.
Args:
message_type (GeneratedProtocolMessageType): Protobuf Message type.
...
fpighi, nandak522, MaximilianBernkopf, peterklauke, sauljabin and 1 more
Metadata
Metadata
Assignees
Labels
component:schema-registryAny schema registry related isues rather than kafka isolated onesAny schema registry related isues rather than kafka isolated onesquestionA question about how to use or about expected behavior of the libraryA question about how to use or about expected behavior of the library