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 write API for Python #352

Open
tkaitchuck opened this issue Mar 3, 2022 · 0 comments
Open

Async write API for Python #352

tkaitchuck opened this issue Mar 3, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@tkaitchuck
Copy link
Member

Problem description
Currently the Rust API supports async writes. However calls from Python a made synchronously. We should expose a way to write events and receive a python future.

Problem location
Python API

Suggestions for an improvement
We can use the same pattern we used for the async call on the reader side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant