You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sauljabin
changed the title
Support protobuf deserialization from Schema Registry
Support protobuf deserialization from Schema Registry and without a generated descriptor
Jul 16, 2024
It's necessary that confluent-kafka-python provides support for this. It has it for java.
Right now the DESCRIPTOR is needed https://github.com/confluentinc/confluent-kafka-python/blob/master/src/confluent_kafka/schema_registry/protobuf.py#L482.
Another alternative if using buf:
https://buf.build/docs/bsr/reflection/overview
https://googleapis.dev/python/protobuf/latest/google/protobuf/message_factory.html
The text was updated successfully, but these errors were encountered: