Merge pull request #8241 from gotson/patch-1

[DOC] Add ACL requirements for kafka-backend plugin
This commit is contained in:
Fredrik Adelöw
2021-11-25 13:03:30 +01:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -49,3 +49,7 @@ kafka:
username: my-username
password: my-password
```
### ACLs
If you are using ACLs on Kafka, you will need to have the `DESCRIBE` ACL on both consumer groups and topics.