[ https://issues.apache.org/jira/browse/SOLR-16367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17598977#comment-17598977 ]
David Smiley commented on SOLR-16367: ------------------------------------- As a prerequisite step to reduce the scope of this and other similar changes, I think any references to a specific SolrClient subclass that need not be so specific should be made more generic. And furthermore, often times "var solrClient = ..." is totally adequate in the Solr codebase within a method because the variable name adequately communicates the type. I'll create a work item for that. IntelliJ can assist with this sort of stuff, I think. > Switch from CloudLegacySolrClient to CloudSolrClient > ---------------------------------------------------- > > Key: SOLR-16367 > URL: https://issues.apache.org/jira/browse/SOLR-16367 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Reporter: David Smiley > Priority: Major > > CloudLegacySolrClient is deprecated; it uses the Apache HTTP client. > CloudSolrClient uses the Jetty HTTP client, which supports HTTP 2. In this > issue, switch all of Solr to not use CloudLegacySolrClient anymore. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org