You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: