You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/07/10 21:30:00 UTC

[jira] [Commented] (KAFKA-7147) ReassignPartitionsCommand should be able to connect to broker over SSL

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

ASF GitHub Bot commented on KAFKA-7147:
---------------------------------------

lindong28 opened a new pull request #5355: KAFKA-7147; ReassignPartitionsCommand should be able to connect to broker over SSL
URL: https://github.com/apache/kafka/pull/5355
 
 
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> ReassignPartitionsCommand should be able to connect to broker over SSL
> ----------------------------------------------------------------------
>
>                 Key: KAFKA-7147
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7147
>             Project: Kafka
>          Issue Type: Improvement
>            Reporter: Dong Lin
>            Assignee: Dong Lin
>            Priority: Major
>
> Currently both ReassignPartitionsCommand and LogDirsCommand instantiates AdminClient using bootstrap.servers and client.id provided by the user. Since it does not provide other ssl-related properties, these tools will not be able to talk to broker over SSL.
>  
> In order to solve this problem, these tools should allow users to provide property file containing configs to be passed to AdminClient.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)