arjunashok commented on code in PR #166:
URL: https://github.com/apache/cassandra-sidecar/pull/166#discussion_r1927558031


##########
adapters/base/src/main/java/org/apache/cassandra/sidecar/adapters/base/CassandraAdapter.java:
##########
@@ -176,6 +177,15 @@ public MetricsOperations metricsOperations()
         return new CassandraMetricsOperations(cqlSessionProvider);
     }
 
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public StreamManagerOperations streamManagerOperations()

Review Comment:
   Yep, this is the sidecar specific interface for data access, so can be part 
of `MetricsOperations`.



-- 
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]

Reply via email to