Blacklisting console-consumer* does not seem to work
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
Hi,
I have been struggling with this for a while now, and no matter what I try, the console-consumer-* entries stay in the list.
The config is as following:
```
[consumer.kfkcrp]
class-name="kafka"
cluster="kfkcrp"
servers=[ "kfkcrpa1.uat.corp.telenet.be:9092","kfkcrpb1.uat.corp.telenet.be:9092", "kfkcrpc1.uat.corp.telenet.be:9092" ]
client-profile="burrow"
group-blacklist="^(console-consumer-|python-kafka-consumer-|quick-).*$"
group-whitelist=""
```
Am I doing something wrong?
I also tried a simpler blacklist by just using:
`group-blacklist="^console-consumer-.*$" `
Best regards,
Kristof
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
Start by reproducing the reported configuration with group-blacklist and group-whitelist, then trace where those settings are applied to consumer-group results. Done means console-consumer-* entries, along with the other listed prefixes, are excluded as intended or the configuration behavior is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kafka
- Domain
- observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100