RockteMQ-AI commented on issue #554: URL: https://github.com/apache/rocketmq-connect/issues/554#issuecomment-5252957223
As noted in the comments, this was already resolved by referencing #547. Key configuration points: 1. `connect-standalone.conf` must set `rocketmq.namesrv.addr` to the **destination** cluster 2. The replicator connector reads `dest.endpoint` for routing, but the underlying producer client is initialized from the standalone config For future reference, the four required parameters listed in the docs are `src.endpoint`, `src.cluster`, `dest.endpoint`, `dest.cluster`, but `src.region` and `src.cloud` also need valid values to avoid HTTP 500 errors during connector creation. --- *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]
