RockteMQ-AI commented on issue #518:
URL: 
https://github.com/apache/rocketmq-connect/issues/518#issuecomment-5192858422

   **Issue Evaluation**
   
   Category: `bug` | Status: **Needs Info**
   
   The "topic name is invalid" error when starting the MySQL CDC Connector 
typically occurs when the topic name contains characters not allowed by 
RocketMQ (e.g., special characters from the table/database name).
   
   **To help diagnose, please provide:**
   - [ ] The connector configuration (especially `topic` or `tableNames` 
settings)
   - [ ] The exact error message and stack trace
   - [ ] RocketMQ Connect version
   
   RocketMQ topic names must match `^[a-zA-Z0-9._-]+$`. If the connector 
auto-generates topic names from table names, ensure invalid characters are 
sanitized.
   
   ---
   *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]

Reply via email to