-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Feature Request: Support clickhouse-connect's NEW AsyncClient wrapper #324
Comments
There is async wrapper via asynch: #214 |
I understand that but asynch is very buggy and I (and many others it seems) can't use it in production. This is why it would be helpful to have the stable and officially backed clickhouse-connect's new async wrapper supported here. |
Can you point to specific asynch issues that stop you from using it in production? |
Sure, after about 30 minutes of running asynch with FastAPI it would just stop working and throw the following errors: switching to clickhouse's official |
+1 same issue |
clickhouse-connect recently released an async wrapper for using the native library asynchronously. I experience many issues with asynch which clickhouse-connect doesn't have. If we could add this wrapper as a dialect that would be great!
https://github.com/ClickHouse/clickhouse-connect/releases/tag/v0.7.16
The text was updated successfully, but these errors were encountered: