RockteMQ-AI commented on issue #867: URL: https://github.com/apache/rocketmq-externals/issues/867#issuecomment-5250107876
**Issue Evaluation** Category: `type/new feature` | Status: **Evaluated** Request for a RocketMQ Connect sink connector that synchronizes data from MySQL to Redis. This is a valid CDC (Change Data Capture) use case. **Feasibility:** Moderate — requires implementing a Redis sink connector that handles multiple data structures (string, hash) and field exclusion. **Scope:** New connector module under `rocketmq-connect`. **Suggested Approach:** 1. Use MySQL CDC source connector (already exists) to capture changes 2. Implement a Redis sink connector that transforms and writes to Redis 3. Support field mapping/exclusion via configuration --- *Automated evaluation by github-manager* -- 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]
