vttranlina opened a new pull request, #2362:
URL: https://github.com/apache/james-project/pull/2362

   1. Why commit ? [JAMES-3693 Fixup RedisConfiguration - parsing correct 
`redisURL` when multiple redis sentinel 
endpoint](https://github.com/apache/james-project/commit/344a80157059fb18d2830da3c0eaaea6f11ca53c)
   
   The current James configuration uses:
   ```
   config.setListDelimiterHandler(new DefaultListDelimiterHandler(','))
   ```
   Then when give `redisURL` is 
`redis-sentinel://secret1@redis-sentinel-1:26379,redis-sentinel-2:26379,redis-sentinel-3:26379?sentinelMasterId=mymaster`
 (multiple sentinel endpoint)
   the James configuration parsing is incorrect.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to