KAFKA-13852: Kafka Acl documentation bug for wildcard '*'#12090
Conversation
showuon
left a comment
There was a problem hiding this comment.
@Hongten , thanks for the PR. So you mean the * without single quote will be replaced into all files under the current folder by bash, right? Interesting issue. Could you also update the option description in core/src/main/scala/kafka/admin/AclCommand.scala? i.e.:
A value of * indicates ACL should apply to all topics. -> A value of '*' indicates ACL should apply to all topics. (add single quote around *)
Thanks.
hi @showuon , the |
|
Failed tests are unrelated: |
|
@Hongten , thanks for the contribution! |
The bug for wildcard '*' in Kafka Acl documentation(docs/security.html).
In this fix, add single quotes for the wildcard '*' in the script.
Committer Checklist (excluded from commit message)