We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23b4142 commit e8fe763Copy full SHA for e8fe763
src/confluent_kafka/schema_registry/avro.py
@@ -128,6 +128,11 @@ class AvroSerializer(Serializer):
128
129
See ``avro_producer.py`` in the examples directory for example usage.
130
131
+ Note:
132
+ Tuple notation can be used to determine which branch of an ambiguous union to take.
133
+
134
+ See `fastavro notation <https://fastavro.readthedocs.io/en/latest/writer.html#using-the-tuple-notation-to-specify-which-branch-of-a-union-to-take>`_
135
136
Args:
137
schema_registry_client (SchemaRegistryClient): Schema Registry client instance.
138
0 commit comments