You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Alvaro Peris (JIRA)" <ji...@apache.org> on 2019/06/19 10:46:00 UTC

[jira] [Created] (KAFKA-8567) Application kafka-configs.sh can’t describe the confings of a topic

Alvaro Peris created KAFKA-8567:
-----------------------------------

             Summary: Application kafka-configs.sh can’t describe the confings of a topic
                 Key: KAFKA-8567
                 URL: https://issues.apache.org/jira/browse/KAFKA-8567
             Project: Kafka
          Issue Type: Bug
          Components: clients, config
    Affects Versions: 2.2.1
            Reporter: Alvaro Peris


The CLI application kafka-configs.sh can’t describe the confings of a topic when we try to connect vía bootstrap-server using ACLs in the 2.2 version. This is posible by using the Java API.


 The problem may be in the ConfigCommand.scala object, maybe you have to adjust the following validation:
{quote} if (entityTypeVals.contains(ConfigType.Client) || entityTypeVals.contains(ConfigType.Topic) || entityTypeVals.contains(ConfigType.User))

        CommandLineUtils.checkRequiredArgs(parser, options, zkConnectOpt, entityType)
{quote}
Thanks



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