apache / rocketmq-streams

Apache rocketmq
https://rocketmq.apache.org/
Apache License 2.0
171 stars 82 forks source link

[ISSUE #116] Fix bug and add join window example #115

Closed ni-ze closed 2 years ago

ni-ze commented 2 years ago

1、when message first arrival,the split is removing, and this message will not be processed. 2、ShuffleMsgCache will error when init. if use lambda expression. 3、make join window more easier to understand.