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)