-
Notifications
You must be signed in to change notification settings - Fork 90
Java: move BackoffStrategy configuration to BaseConfiguration + Added Jitter param #3783
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -20,6 +20,7 @@ | |||
* .numOfRetries(5) | |||
* .exponentBase(2) | |||
* .factor(3) | |||
* .jitterPercent(20) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix doc above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
python
@@ -127,6 +127,8 @@ public class GlideClusterClient extends BaseClient | |||
* <code>true</code>, the client will establish secure connections using TLS. | |||
* <li><b>Pub/Sub Subscriptions</b>: Any channels or patterns specified in {@link | |||
* ClusterSubscriptionConfiguration} will be subscribed to upon connection. | |||
* <li><b>Reconnection Strategy</b>: The {@link BackoffStrategy} settings define how the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think ab it
Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
5ccf4e6
to
6548be1
Compare
Issue link
This Pull Request is linked to issue (URL): [REPLACE ME]
Checklist
Before submitting the PR make sure the following are checked: