Jargon9 opened a new pull request, #259: URL: https://github.com/apache/rocketmq-streams/pull/259
Hi teams, I have completed the main part of avg calculation. Could you please review the code? - I wrote an example to test. Here is the test result. `time:23:00:55.749, input:5 time:23:00:58.644, input:6 time:23:00:59.883, input:7 time:23:01:01.492, input:8 [2023-01-27 23:00:55 - 2023-01-27 23:01:00](key=key, value=6.0) time:23:01:13.550, input:9 [2023-01-27 23:01:00 - 2023-01-27 23:01:05](key=key, value=8.0)` - Besides, I'm a little confused. For the average calculation in the Accumulator, is the merge only allowed for the same type accumulator? -- 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]
