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) <
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
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
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
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