We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d815f5 commit e2a11bcCopy full SHA for e2a11bc
examples/avro_consumer.py
@@ -83,8 +83,8 @@ def main(args):
83
sr_conf = {'url': args.schema_registry}
84
schema_registry_client = SchemaRegistryClient(sr_conf)
85
86
- avro_deserializer = AvroDeserializer(schema_str,
87
- schema_registry_client,
+ avro_deserializer = AvroDeserializer(schema_registry_client,
+ schema_str,
88
dict_to_user)
89
string_deserializer = StringDeserializer('utf_8')
90
0 commit comments