You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.
If a client gets disconnected, disque servers are retried in a round-robin fashion. It would be helpful to choose from various connect/reconnect mechanisms (even for connecting to the first node, similar to Redis Sentinel). The HELLO command provides a list of nodes and priorities for instance.
The text was updated successfully, but these errors were encountered:
- Refactor circular iteration into RoundRobin class
- Introduce ConnectionAware and EventExecutorAware interfaces to inject resources into address suppliers
- Add HelloCluster address supplier that obtains its address based on the HELLO command
This commit is a pre-requisite for #8
If a client gets disconnected, disque servers are retried in a round-robin fashion. It would be helpful to choose from various connect/reconnect mechanisms (even for connecting to the first node, similar to Redis Sentinel). The
HELLO
command provides a list of nodes and priorities for instance.The text was updated successfully, but these errors were encountered: