frankgh commented on code in PR #41: URL: https://github.com/apache/cassandra-sidecar/pull/41#discussion_r1015941071
########## cassandra40/src/main/java/org/apache/cassandra/sidecar/cassandra40/StorageJmxOperations.java: ########## @@ -0,0 +1,18 @@ +package org.apache.cassandra.sidecar.cassandra40; + +import java.util.Map; + +/** + * An interface that pulls a method from the Cassandra Storage Service Proxy + */ +interface StorageJmxOperations Review Comment: yeah, the interface evolves with versions, so I expect this to change in 41 and most likely the interface evolved and it looks different in 30, 31 and so on -- 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]

