linagora / james-project

Mirror of Apache James Project
Apache License 2.0
70 stars 63 forks source link

[Bug] Parsing redisURL when cluster with multi url endpoint #5170

Closed vttranlina closed 2 months ago

vttranlina commented 2 months ago

When I tested redis-cluster, The james-project didn't accept correct redis URL My reported: https://github.com/linagora/tmail-backend/issues/1013#issuecomment-2078746965

The current "," character for separate redis nodes in redis.properties does not work. Don't know why parsing it accepts only the first URL, I tried to replace with ; and update the RedisUris.from, then it worked normally

TODO fix it

vttranlina commented 2 months ago

pr https://github.com/apache/james-project/pull/2219