[ 
https://issues.apache.org/jira/browse/SOLR-14070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940230#comment-17940230
 ] 

ASF subversion and git services commented on SOLR-14070:
--------------------------------------------------------

Commit 4badc70ecfc5cafee94923db9fd848ed279e8eaa in solr's branch 
refs/heads/main from Abhishek Umarjikar
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=4badc70ecfc ]

SOLR-14070 : Deprecate CloudSolrClient's ZKHost constructor (#3298)

Users should use the other constructor taking Solr URLs (HTTP) instead of 
communicating with ZK.

> Deprecate CloudSolrClient's ZKHost constructor
> ----------------------------------------------
>
>                 Key: SOLR-14070
>                 URL: https://issues.apache.org/jira/browse/SOLR-14070
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Ishan Chattopadhyaya
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: main (10.0)
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> CloudSolrClient can be used by pointing it to a ZK cluster. This is 
> inherently insecure.
> CSC can already be used in all the same ways by pointing it to a Solr cluster.
> Proposing to add a deprecation notice to the following constructor to the 
> CloudSolrClient#Builder:
> {code}
> public Builder(List<String> zkHosts, Optional<String> zkChroot)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to