Skip to content

Commit 13aeeed

Browse files
committed
Minor cleanup
1 parent 4d5091f commit 13aeeed

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

src/confluent_kafka/schema_registry/protobuf.py

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -318,18 +318,6 @@ class ProtobufSerializer(BaseSerializer):
318318
| ``schema.id.serializer`` | callable | Defines how the schema id/guid is serialized. |
319319
| | | Defaults to prefix_schema_id_serializer. |
320320
+-------------------------------------+----------+------------------------------------------------------+
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-
+-------------------------------------+----------+------------------------------------------------------+
333321
334322
Schemas are registered against subject names in Confluent Schema Registry that
335323
define a scope in which the schemas can be evolved. By default, the subject name
@@ -657,17 +645,6 @@ class ProtobufDeserializer(BaseDeserializer):
657645
| ``schema.id.deserializer`` | callable | Defines how the schema id/guid is deserialized. |
658646
| | | Defaults to dual_schema_id_deserializer. |
659647
+-------------------------------------+----------+------------------------------------------------------+
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-
+-------------------------------------+----------+------------------------------------------------------+
671648
672649
673650
See Also:

0 commit comments

Comments
 (0)