oss-sentinel-ai commented on issue #549: URL: https://github.com/apache/rocketmq-connect/issues/549#issuecomment-4666042042
## Issue Evaluation **Type:** Bug Report / Installation Issue **Category:** Setup / Configuration **Priority:** Needs More Information ### Assessment Reports startup exception when installing RocketMQ Connect with MySQL CDC source. The issue includes configuration and partial logs. ### Key Observations from Logs - `WARN: After applying the include/exclude list filters, no changes will be captured` - `WARN: no transforms config` — suggests transform configuration parsing issue ### Possible Causes 1. The `kafka.transforms` prefix may not be fully supported — RocketMQ Connect may use a different prefix 2. The `database.history.name.srv.addr` property name may be incorrect (should likely be `database.history.producer.name.srv.addr`) 3. Table include filter may be too restrictive ### Recommendation ⚠️ **Needs Investigation** — Check RocketMQ Connect documentation for correct property names and transform configuration format. This may be a configuration error rather than a bug. --- *🤖 Automated evaluation by oss-sentinel-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]
