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
Currently we're using 'polling' strategy to check diff with cluster properties. Its polling clusterproperties every second to detect diff.
We can improve this apporoach with replacing 'polling' to 'watch'.
Currently we're using 'polling' strategy to check diff with cluster properties. Its polling clusterproperties every second to detect diff.
We can improve this apporoach with replacing 'polling' to 'watch'.
TODO
(see at aboutapiRESTClient.Get().Resource("clusterproperties").Watch method)
The text was updated successfully, but these errors were encountered: