Are there any plans for Vertx 3.5.0 to support Redis Sentinel? Are there alternative methods to achieve this?
I currently have a Master and Slave Architecture set up in Redis, with failover implementation concepts in place. I am able to accomplish this using NodeJS and Java, but when trying to switch to vertx-js, I am encountering difficulties establishing sentinel connections.
Has there been any recent developments regarding Sentinel Support for Vertx?