sarankk commented on code in PR #165:
URL: https://github.com/apache/cassandra-sidecar/pull/165#discussion_r1894268904
##########
client-common/src/main/java/org/apache/cassandra/sidecar/common/ApiEndpointsV1.java:
##########
@@ -32,8 +32,10 @@ public final class ApiEndpointsV1
public static final String NATIVE = "/native";
public static final String JMX = "/jmx";
- public static final String KEYSPACE_PATH_PARAM = ":keyspace";
- public static final String TABLE_PATH_PARAM = ":table";
+ public static final String KEYSPACE = "keyspace";
+ public static final String TABLE = "table";
+ public static final String KEYSPACE_PATH_PARAM = ":" + KEYSPACE;
Review Comment:
If we do that we might have to touch all the other path params. I didn't
want to do that.
--
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]