On 4/3/23 12:38, Tomás Fernández Löbbe wrote:
Try replacing this: builder = builder.withHttpClient(http2ClientBuilder.build()); with builder = builder.withInternalClientBuilder(http2ClientBuilder);
Looking at the code in CloudHttp2SolrClient on main, branch_9x, and branch_9_2, the effective result of these two different options appear to be identical, the only difference being that the clientIsInternal boolean is false for the first option and true for the second. I would not expect the described change to help. I do hope I am wrong!
Thanks, Shawn