Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async SchemaRegistryClient #1772

Open
pavelschon opened this issue Jul 3, 2024 · 1 comment
Open

async SchemaRegistryClient #1772

pavelschon opened this issue Jul 3, 2024 · 1 comment

Comments

@pavelschon
Copy link

Description

SchemaRegistryClient is based on requests, which is basically sync. Therefore it is not suitable for async applications.

I suggest to implement AsyncSchemaRegistryClient based on aiohttp.

@pavelschon
Copy link
Author

Actually we do not need this anymore.

We've implemented our own SchemaRegistryClient based on fastavro and httpx, which just calls REST endpoints.

It was pretty easy, I would recommend anyone doing the same, if you want absolute flexibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants