janhoy commented on pull request #2458:
URL: https://github.com/apache/lucene-solr/pull/2458#issuecomment-791505707


   I put them in https://issues.apache.org/jira/browse/SOLR-13665. And the 
reason was to enable secure connections with Zookeeper.
   * To be able to use secure solr-zk communication with SSL, netty libs are 
needed on client side
   * Solr hosts themselves use solrj to talk to zookeeper, so they need to be 
available on the host
   
   See https://issues.apache.org/jira/browse/SOLR-7893 for plans to document 
how to enable this. If netty is not shipped with Solr, then this needs to be a 
plugin. Actually I think this would make a good candidate for a package 
"solrj-zk-netty", which would simply contain the needed jar files and make them 
available to solrj, which can then talk SSL with Zookeeper.
   
   Problem with removing it before we have an alternative ready is that people 
already rely on it, see https://issues.apache.org/jira/browse/SOLR-14027 which 
is a bug report about Admin UI ZK screen not working when using SSL against 
Zookeeper.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to