vertx-redis-client icon indicating copy to clipboard operation
vertx-redis-client copied to clipboard

Override exeception handler

Open AnthonyRuffinoDH opened this issue 3 years ago • 1 comments

https://github.com/vert-x3/vertx-redis-client/blob/2d306b27a37b4a56eae567d7fb382691db337f10/src/main/java/io/vertx/redis/client/impl/RedisConnectionManager.java#L160

It would be nice to override the connection exception handler when using connection pooling from the ConnectionManager.

AnthonyRuffinoDH avatar Nov 13 '20 14:11 AnthonyRuffinoDH

That could be possible. It would require having a new method in the top level Redis interface and propagate it to the connection after it's created.

pmlopes avatar Nov 13 '20 15:11 pmlopes