Only notify consumer groups with complete status above a threshold
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
Is it possible to have an option such that notification is only sent if the complete status of a consumer group is `1.0`? I am running `v1.1.0` which has support for `minimum-complete` config parameter but I still get notifications for consumer groups with complete < 1.0. Here is the part of my config.
```
class-name="caching"
minimum-complete=1.0
```
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 v1.1.0 behavior with the shown class-name and minimum-complete configuration, then trace where consumer-group completion is evaluated before notifications are sent. Done means groups below the configured threshold do not trigger notifications, while groups meeting it still do.
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
- Mostly clear
- Newbie friendliness
- 35/100