Here are the ACLs to provide for __consumer_offsets
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
I spent quite a bit of time figuring this one out but here is the ACL you need to grant for Burrow to work on...
exmaple
```
kafka-acls --authorizer-properties zookeeper.connect=zk01.com:2181/cluster1 --add --allow-principal "User:CN=aaaa,OU=aaa,O=aaa,L=aaa,ST=aaa,C=US" --allow-host "*" --operation Describe --topic __consumer_offsets --group=*
```
remember to put your own DN from your SSL cert in the `User:` part
hope this helps future people!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by locating Burrow’s user-facing documentation for Kafka consumer offsets and review the ACL command in this issue. Add the SSL-principal and __consumer_offsets guidance there, preserving the example and making the required DN substitution clear; done means the setup steps are discoverable and accurate.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100