@@ -318,18 +318,6 @@ class ProtobufSerializer(BaseSerializer):
318
318
| ``schema.id.serializer`` | callable | Defines how the schema id/guid is serialized. |
319
319
| | | Defaults to prefix_schema_id_serializer. |
320
320
+-------------------------------------+----------+------------------------------------------------------+
321
- | ``use.deprecated.format`` | bool | Specifies whether the Protobuf serializer should |
322
- | | | serialize message indexes without zig-zag encoding. |
323
- | | | This option must be explicitly configured as older |
324
- | | | and newer Protobuf producers are incompatible. |
325
- | | | If the consumers of the topic being produced to are |
326
- | | | using confluent-kafka-python <1.8 then this property |
327
- | | | must be set to True until all old consumers have |
328
- | | | have been upgraded. |
329
- | | | |
330
- | | | Warning: This configuration property will be removed |
331
- | | | in a future version of the client. |
332
- +-------------------------------------+----------+------------------------------------------------------+
333
321
334
322
Schemas are registered against subject names in Confluent Schema Registry that
335
323
define a scope in which the schemas can be evolved. By default, the subject name
@@ -657,17 +645,6 @@ class ProtobufDeserializer(BaseDeserializer):
657
645
| ``schema.id.deserializer`` | callable | Defines how the schema id/guid is deserialized. |
658
646
| | | Defaults to dual_schema_id_deserializer. |
659
647
+-------------------------------------+----------+------------------------------------------------------+
660
- | ``use.deprecated.format`` | bool | Specifies whether the Protobuf deserializer should |
661
- | | | deserialize message indexes without zig-zag encoding.|
662
- | | | This option must be explicitly configured as older |
663
- | | | and newer Protobuf producers are incompatible. |
664
- | | | If Protobuf messages in the topic to consume were |
665
- | | | produced with confluent-kafka-python <1.8 then this |
666
- | | | property must be set to True until all old messages |
667
- | | | have been processed and producers have been upgraded.|
668
- | | | Warning: This configuration property will be removed |
669
- | | | in a future version of the client. |
670
- +-------------------------------------+----------+------------------------------------------------------+
671
648
672
649
673
650
See Also:
0 commit comments