RockteMQ-AI commented on issue #481: URL: https://github.com/apache/rocketmq-connect/issues/481#issuecomment-5216266311
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible — aligns with Kafka Connect's `requestTaskReconfiguration` API **Scope:** Connect runtime, Worker, Task rebalancing Supporting `requestTaskReconfiguration` would enable dynamic task reallocation when source brokers expand or shrink. This is important for the replicator connector to automatically sense topology changes and redistribute tasks. Key implementation points: - Worker should detect source broker topology changes - Recalculate task assignments based on new broker count - Trigger task reconfiguration without full connector restart Note: Feature requests should follow the [RIP process](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal). --- *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]
