Re: Connect to Zookeeper with TLS

2024-08-29 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
ookeeper.clientCnxnSocket=org.apache.zookeeper.ClientCnxnSocketNetty -Dzookeeper.client.secure=true -Dzookeeper.ssl.keyStore.location= -Dzookeeper.ssl.trustStore.password= -Dzookeeper.ssl.hostnameVerification= I'll also add this to the ref guide. On Thu, Aug 29, 2024 at 10:30 AM Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) <

Connect to Zookeeper with TLS

2024-08-29 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Hi All, We are trying to see if it is possible to secure the connection between solr and zookeeper using TLS. Any "securing zookeeper"-type documentation (below) I could find focuses on ACLs with no mention of TLS. https://solr.apache.org/guide/solr/latest/deployment-guide/securing-solr.html#se

Re:Problems migrating solrj to run with SpringBoot 3

2024-05-16 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Hard to say without seeing your project but jetty seems to be using slf4j as of some time https://github.com/jetty/jetty.project/blob/7d264e6024efc80124592124891fb6e25b1554af/jetty-core/jetty-http2/jetty-http2-hpack/src/main/java/org/eclipse/jetty/http2/hpack/HpackEncoder.java#L43 so I'd first c

Re: Solr Query Alerting

2023-12-13 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
2023 15:53, Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A) wrote: > Hi All, > > My team and I are trying to match documents against a set of queries. Both need to be updated in real-time (at least on the order of seconds) and the system needs to scale to potentially millions of queries. Alt

Solr Query Alerting

2023-12-13 Thread Luke Kot-Zaniewski (BLOOMBERG/ 919 3RD A)
Hi All, My team and I are trying to match documents against a set of queries. Both need to be updated in real-time (at least on the order of seconds) and the system needs to scale to potentially millions of queries. Although lucene monitor greatly optimizes this kind of alerting logic, as far a