Re: Example usage for Kerberos authentication for SolrJ 9.1

2023-01-04 Thread Rajiv Bandi
Thanks Kevin. I intend to move to the new HTTP2 classes but could not find an equivalent of this code HttpClientUtil.setHttpClientBuilder(new Krb5HttpClientBuilder().getBuilder()); I was hoping someone could point me in the right direction. Thank you Rajiv Bandi On Thu, Jan 5, 2023 at 12:22 A

Re: Example usage for Kerberos authentication for SolrJ 9.1

2023-01-04 Thread Kevin Risden
The deprecation came in as part of https://issues.apache.org/jira/browse/SOLR-15223 (commit https://github.com/apache/solr/commit/77921bab52f5) The idea being to use the newer LBHttp2SolrClient and other classes instead of the older HttpClient classes. In the short term using Krb5HttpClientBuilder

Example usage for Kerberos authentication for SolrJ 9.1

2023-01-04 Thread Rajiv Bandi
Hi All, Wish you all a very happy new year. I am trying to upgrade my SolrJ client from 8.11 to 9.1 . My usecase is to connect to a Kerberos authenticated SolR cluster. I see that the current Krb5HttpClientBuilder class has been deprecated in Solr 9.1 I am unable to find an updated 9.1 e