RockteMQ-AI commented on issue #311: URL: https://github.com/apache/rocketmq-streams/issues/311#issuecomment-5487027384
**Issue Evaluation** Category: `bug` | Status: **Confirmed** Calling `source.sink()` after `source.print()` on the same `RStream` should work — the stream processing topology should support multiple terminal operations (sinks) from the same source. The inability to implement multiple sinks is a limitation in the topology builder. **Impact:** Cannot write the same stream to multiple destinations, which is a common pattern in stream processing. **Severity:** Medium --- *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]
