quarkus: Redis Sentinel not working with Quarkus 1.11.2
Describe the bug Hello. Quarkus is not being able to connect with Redis Sentinel. The standalone option works as expected. The issue is reproducible with both Quarkus 1.10.5 and 1.11.0
To Reproduce
You can use the following project to reproduce the issue: https://github.com/akoufa/quarkus_sentinel_issue. In this project I am configuring two Redis clients one with sentinel and one standalone.
Steps to reproduce the behavior:
- Run
docker-compose up -dand then start Quarkus Server - Visit http://localhost:8080/hello/standalone works as expected
- Visit http://localhost:8080/hello/sentinel throws error
Configuration
quarkus.redis.client-type=sentinel
quarkus.redis.hosts=redis://localhost:26379
quarkus.redis.standalone.client-type=standalone
quarkus.redis.standalone.hosts=redis://localhost:6379
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 21 (10 by maintainers)
Anyway, we need a vert.x 3.x fix if that’s a bug. Vert.x 4 integration is still months away (4-5 months)
Greetings! I also ran into this issue.
I could reproduce it with plain vert.x 3.9.6 I could not reproduce it with plain vert.x 4.0.2