Closed stairclimber closed 6 months ago
You're right, stream partitioning is not implemented yet. There are several utility methods available here, but they may not be suitable for your specific requirements.
You're right, stream partitioning is not implemented yet. There are several utility methods available here, but they may not be suitable for your specific requirements.
Thanks for your quick reply, your reply saved me a lot of time. I wish your open source career will get better and better
After I read the example coud files in this repo. I cannot find a right way to achieve stream's
group
function orkeyBy
function. such as 'partition(stream, key=lambda x: x['country'])' in python streamz orkeyBy
in flink.Usage Scene: Count the number of times each country appears in 100 pieces of data.
Maybe I was careless and didn't see the corresponding example. But anyway, I need your help and expect your reply