Skip to content
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

Make WaitForReady functionality optional with the new default being fail-fast #66

Open
rlubke opened this issue Jun 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rlubke
Copy link
Member

rlubke commented Jun 27, 2023

To bring the JS client in alignment with other language clients for Coherence, fail-fast will be the default operating mode. Fail-fast meaning if connection is down, RPCs will fail immediatly. Wait-for-ready will wait for the connection to become ready blocking the RPC.

The ready timeout we currently have will control this. If the config value is zero (the new default), operating mode is fail-fast. If a positive numeric value, then wait-for-ready will be used.

@rlubke rlubke added the enhancement New feature or request label Jun 27, 2023
@rlubke rlubke self-assigned this Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant