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
Please consider adding a waitUntilReady method to the Node.js SDK, similar to the Java SDK.
Currently, there is no native way to wait for the cluster to fully initialize, often causing the following warning at startup:
[warn] unable to find connected session with GCCCP support, retry in 2500ms
The text was updated successfully, but these errors were encountered:
Hi @nmdaniil -- This is a fair request. I have created JSCBC-1321 in our JIRA tracking system. I imagine we can address this feature request in the somewhat near future but TBD on when it will actually drop. I will update this GH issue as more details come to light.
Please consider adding a waitUntilReady method to the Node.js SDK, similar to the Java SDK.
Currently, there is no native way to wait for the cluster to fully initialize, often causing the following warning at startup:
The text was updated successfully, but these errors were encountered: