Support recovery of Jedisque after a broken node has recovered
mzapletal opened this issue · 0 comments
mzapletal commented
Currently, jedisque doesn't seem to support recovery of the client after a broken disque node has recovered. Instead of removing a broken URI (https://github.com/xetorthio/jedisque/blob/master/src/main/java/com/github/xetorthio/jedisque/BinaryJedisque.java#L41), I would suggest to retry after a certain amount of time. This allows jedisque to connect to the broken node after its recovery.