skoppu22 commented on code in PR #159:
URL: https://github.com/apache/cassandra-sidecar/pull/159#discussion_r1886807003
##########
client/src/main/java/org/apache/cassandra/sidecar/client/SidecarClient.java:
##########
@@ -215,6 +216,16 @@ public CompletableFuture<GossipInfoResponse> gossipInfo()
return
executor.executeRequestAsync(requestBuilder().gossipInfoRequest().build());
}
+ /**
+ * Executes the GET gossip status request using the default retry policy
and configured selection policy
+ *
+ * @return a completable future with gossip status response
+ */
+ public CompletableFuture<GossipStatusResponse> gossipStatus()
+ {
+ return
executor.executeRequestAsync(requestBuilder().gossipStatusRequest().build());
Review Comment:
Thanks for noticing this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]