yifan-c commented on code in PR #61:
URL: https://github.com/apache/cassandra-sidecar/pull/61#discussion_r1263063615
##########
client/src/main/java/org/apache/cassandra/sidecar/client/HttpResponse.java:
##########
@@ -62,4 +62,9 @@ default String contentAsString()
* @return the headers for the response
*/
Map<String, List<String>> headers();
+
+ /**
+ * @return the server that returns the response
+ */
+ SidecarInstance respondingServer();
Review Comment:
Yeah. For consistency, `sidecarInstance` fits better and I will update.
I called it "server" because the meaning of instance is vague.
--
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]