As of now i am doing something like this reading avsc file to get schema
value_schema = avro.load('client.avsc')
can i do something to get schema from confluent schema registry using topic-name?
i found one way but didn't figure out how to use it.
https://github.com/marcosschroh/python-schema-registry-client
