JeetKunDoug commented on code in PR #41:
URL: 
https://github.com/apache/cassandra-in-jvm-dtest-api/pull/41#discussion_r2373390105


##########
src/main/java/org/apache/cassandra/distributed/api/ICluster.java:
##########
@@ -55,6 +57,15 @@ public interface ICluster<I extends IInstance> extends 
AutoCloseable, Iterable<I
 
     Stream<I> stream(String dcName, String rackName);
 
+    IInstanceConfig newInstanceConfig();
+
+    IInstanceConfig createInstanceConfig(int nodeNum);

Review Comment:
   Happy to have a discussion on what else we should add. I know you also have 
some other things you want to get in here, so we should get a JIRA for those 
and we can incorporate them before I cut a new release.



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