RockteMQ-AI commented on issue #550: URL: https://github.com/apache/rocketmq-connect/issues/550#issuecomment-5324828949
**Issue Evaluation** Category: `bug` | Status: **Evaluated** When ACL is enabled, the replicator checkpoint synchronization fails. This suggests the replicator's internal consumer/producer does not propagate ACL credentials when committing or reading checkpoints. **Likely Root Cause:** The checkpoint topic reader/writer in the replicator may not be initialized with ACL authentication configuration (accessKey/secretKey). **Recommended:** Verify that all internal RocketMQ clients created by the replicator (including checkpoint management) receive the ACL configuration from the connector config. --- *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]
