RockteMQ-AI commented on PR #296: URL: https://github.com/apache/rocketmq-streams/pull/296#issuecomment-5264716360
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** This is a feature request to add watermark support in the `IdleWindowScaner` component. **Feasibility:** Feasible — watermarks are a standard stream processing concept for handling event-time progress. **Scope:** `IdleWindowScanner` in rocketmq-streams windowing module. **Compatibility:** Should be backward compatible if implemented as an additive feature. Need to consider: - How watermark interacts with existing idle window detection - Whether watermark propagation affects downstream operators - Configuration options for watermark strategy (event-time vs processing-time) This enhancement would improve the stream processing semantics by providing better event-time ordering guarantees and helping handle late-arriving data. --- *Automated evaluation by RockteMQ-AI* -- 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]
