jdyer1 commented on code in PR #2899: URL: https://github.com/apache/solr/pull/2899#discussion_r1889354976
########## solr/solrj/src/java/org/apache/solr/client/solrj/impl/LBHttp2SolrClient.java: ########## @@ -94,35 +97,63 @@ * * @since solr 8.0 */ -public class LBHttp2SolrClient<C extends HttpSolrClientBase> extends LBSolrClient { +public class LBHttp2SolrClient<B extends HttpSolrClientBuilderBase<?, ?>> extends LBSolrClient { Review Comment: I worry too I have gone down the wrong road with this. On the other hand, I do not want consider this with this PR. -- 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