Browse Source
kafka-acls cli prints the following error message on invalid operation: $ kafka-acls --bootstrap-server xxx:9095 --remove --allow-principal "User:abc" --allow-host * --operation DESCRIBE_CONFIGS --topic xyz ResourceType TOPIC only supports operations WRITE,DESCRIBE,ALL,READ,CREATE,ALTER,DELETE,DESCRIBE_CONFIGS,ALTER_CONFIGS The following command actually works: $ kafka-acls --bootstrap-server xxx:9095 --remove --allow-principal "User:abc" --allow-host * --operation DescribeConfigs --topic xyz This PR fixes the invalid formating of operations in the error message and adds a space after the comma.pull/14403/head
Jouni Tenhunen
1 year ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue