That worked. I included the dist/solrj-lib libs in my class path, and
could make it work with Http2SolrClient. Thanks!
Still on a related topic, is the CloudHttp2SolrClient client fully stable?
(I'm using solr 7.7 and solr 8.3)
Thanks
On Thu, Nov 28, 2019 at 3:00 PM Shawn Heisey wrote:
> On 11
On 11/28/2019 9:30 AM, Odysci wrote:
No, I did nothing specific to Jetty. Should I?
The http/2 Solr client uses a different http client than the previous
ones do. It uses the client from Jetty, while the previous clients use
the one from Apache.
Achieving http/2 with the Apache client woul
No, I did nothing specific to Jetty. Should I?
Thx
On Wed, Nov 27, 2019 at 6:54 PM Houston Putman
wrote:
> Are you overriding the Jetty version in your application using SolrJ?
>
> On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote:
>
> > Hi,
> > I have a solr cloud setup using solr 8.3 and SolrJj, w
I'm using OpenJDK 11
On Wed, Nov 27, 2019 at 7:12 PM Jörn Franke wrote:
> Which jdk version? In this Setting i would recommend JDK11.
>
> > Am 27.11.2019 um 22:00 schrieb Odysci :
> >
> > Hi,
> > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine
> using
> > the HttpSolrClien
Which jdk version? In this Setting i would recommend JDK11.
> Am 27.11.2019 um 22:00 schrieb Odysci :
>
> Hi,
> I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using
> the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with
> 3 Zookeeper nodes.
> Recently
Are you overriding the Jetty version in your application using SolrJ?
On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote:
> Hi,
> I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using
> the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with
> 3 Zookeeper nodes
Hi,
I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using
the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with
3 Zookeeper nodes.
Recently I configured my machines to handle ssl, http/2 and then I tried
using in my java code the Http2SolrClient supported