RockteMQ-AI commented on issue #552:
URL:
https://github.com/apache/rocketmq-connect/issues/552#issuecomment-5190455786
**Issue Evaluation**
Category: `bug` | Status: **Confirmed**
**Root Cause:** `Config.getRedisUri()` does not include the password in the
URI format when Redis authentication is enabled. The URI should be
`redis://:password@host:port` for authenticated connections.
**Impact:** Functional — Redis connector fails with authentication error
when password is configured
**Severity:** Medium
Valid issue. The fix should update `getRedisUri()` to append
`:${redisPassword}@` before the host when password is configured. The
replicator version compatibility with Redis 6+ is a separate concern.
An automated fix proposal will be generated. Reply `/approve` to proceed
with PR generation.
---
*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]