dsmiley commented on code in PR #2689: URL: https://github.com/apache/solr/pull/2689#discussion_r1752562414
########## solr/core/src/java/org/apache/solr/core/CoreContainer.java: ########## @@ -2563,6 +2581,11 @@ public PlacementPluginFactory<? extends PlacementPluginConfig> getPlacementPlugi return this.distributedCollectionCommandRunner; } + /** Returns default http solr client. */ + public SolrClient getDefaultHttpClient() { Review Comment: Okay for requestAsync even if debatable but what about SOLR-17256? The solution for SOLR-17256 is not determined yet but the likely solution IMO would result in a URL specific request method on the client. That doesn't belong on SolrClient. -- 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: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org