tisonkun commented on code in PR #421:
URL: https://github.com/apache/curator/pull/421#discussion_r1112497681


##########
curator-test/src/main/java/org/apache/curator/test/InstanceSpec.java:
##########
@@ -205,6 +205,10 @@ public int getQuorumPort()
         return quorumPort;
     }
 
+    /**
+     * @deprecated use {@link TestingServer#getConnectString()} or {@link 
TestingCluster#getConnectString()} instead
+     */
+    @Deprecated

Review Comment:
   If we already remove `public QuorumPeerConfig getConfig() throws Exception 
{` which breaks compatibility, what if we remove this deprecated mark and 
change the visibility to default (pacakge)?



-- 
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: dev-unsubscr...@curator.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to