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

Example usage for Kerberos authentication for SolrJ 9.1

2023-01-04 Thread Rajiv Bandi
tpSolrClient.Builder() .withBaseSolrUrls(solr_urls_list) .build(); Thank you Rajiv Bandi