elenacliu opened a new pull request, #297: URL: https://github.com/apache/rocketmq-streams/pull/297
I add 2 window examples, in the merchandise ordering setting. There are 2 builder logics: 1. `getOrder1()`: get the count of drink/food orders in last 30 seconds every 10 seconds, which means a hopping window <img width="1070" alt="image" src="https://github.com/apache/rocketmq-streams/assets/44845151/fa5a6c44-ffae-4dba-b543-35223f199435"> 2. `getOrder2()`: get how much the customers pay for drink/food every 100 seconds <img width="1136" alt="image" src="https://github.com/apache/rocketmq-streams/assets/44845151/49895cf3-744d-4aae-a595-946d59b18966"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
