Hi!
I just stumbled over this schema-registry/serializer project b.c. I was about to implement one myself =)
Where I work we have a working serializer/deserializer talking to the confluent schema registry, but it's a bit of a hack.
The schema fetching is done separately in a startup script before starting the consumer/producer, and the schemas are put into the aiohttp app container, so we have to lug that around everywhere.
So I was wondering if this library is ready for use yet? I noticed it's very new (january of this year).