numaproj / numaflow-python

Numaflow Python SDK
Apache License 2.0
53 stars 18 forks source link

AsyncIO for UDSink #59

Closed vigith closed 1 year ago

vigith commented 1 year ago

Summary

Along with procedural python code (blocking), we also need to support asynchronous (asyncio) for UDSink.

Use Cases

We have seen significant improvement when using asycnio for Reduce code, UDSink should hence support both blocking and async.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

whynowy commented 1 year ago

@kohlisid - is it already there?

whynowy commented 1 year ago

Close it since it's already there.