janhoy commented on a change in pull request #732:
URL: https://github.com/apache/solr/pull/732#discussion_r821535941



##########
File path: 
solr/solrj/src/java/org/apache/solr/client/solrj/impl/SolrClientCloudManager.java
##########
@@ -47,7 +47,13 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-/** Class that implements {@link SolrCloudManager} using a SolrClient */
+/**
+ * Class that implements {@link SolrCloudManager} using a SolrClient. TODO: 
Write a Http2 version of
+ * this class
+ *
+ * @deprecated Please look into using Solr's new Http2 clients
+ */
+@Deprecated(since = "9.0")

Review comment:
       Perhaps this class also can survive, if it is updated to use 
`CloudHttp2SolrClient`




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