Burrow icon indicating copy to clipboard operation
Burrow copied to clipboard

Kafka Consumer Lag Checking

Results 144 Burrow issues
Sort by recently updated
recently updated
newest added

Modified build flags so that it will compile on riscv64. Other platforms may not support `dup2` as well, so please let me know if there are some, and I will...

Hi, Im wondering why I gettting a lot of "cluster or consumer not found" messages, and these consumer even are not listing in consumers list for this particular cluster. How...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

The latest 1.6.0 release scans positive for a number of CVE, the most notable being the http/2 rapid reset CVE known as CVE-2023-44487 or GHSA-4374-p667-p6c8. There are code changes in...

hello i have a problem. i want to run burrow local or docker. but when follow readme.md, It gives the following error on local and docker too. #0 8.797 go:...

Would it be possible to add a note to the documentation about cluster names in the config file? I found out the hard way that if the cluster name has...

This PR contains 2 related fixes: ### Deleting ALL metrics of a consumer group The `burrow_kafka_topic_partition_status` metric for a deleted consumer group was dangling because we neglected to clear the...

This PR implements support for listening on a Unix domain socket for Burrow's main HTTP server. Users can specify an address of the form `unix:/path/to/socket` to enable the Unix socket...

Hello, We are removing consume group on daily, and burrow randomly reporting in metrics this topic with state STOPPED , but group not exist in kafka, and until restart we...

https://github.com/linkedin/Burrow/blob/4a05b203ce40d82def3af986eeca5350570e6b96/core/internal/evaluator/caching.go#L226-L252 This piece of code loops over a map of topics, and if the last topic's last partition is reporting ok, the consumer status will be ok. Given that the...