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

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

Dong Lin created KAFKA-7147:
-------------------------------

             Summary: 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


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)