jdyer1 opened a new pull request, #2805: URL: https://github.com/apache/solr/pull/2805
This is a minimal PR to add Load Balancing functionality for the HttpJdkSolrClient. Included is test refactoring, adding the *JdkClient as a random choice for the integration test. The result is not ideal: We have two layers of abstract classes and 3 implementations. Of the 3 implementations 1 is deprecated and the other two share all code. If we really are getting rid of the deprecated client for 10.0, we could easily consolidate in the future. A generic LB Solr Client is likely best but users may find it an annoying API change that only yields marginal improvement. -- 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]
