# burrow mit Homebrew, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für burrow in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:burrow
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install burrow
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install burrow
```

  Evidenz: Debian stable package indexes: burrow from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:burrow
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/burrow>
- **Version:** 1.9.6
- **Quellzusammenfassung:** Kafka Consumer Lag Checking
- **Homepage:** <https://github.com/linkedin/Burrow>
- **Repository:** <https://github.com/linkedin/Burrow>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.6.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-25T14:19:45-04:00
- **Generiert:** 2026-08-04T22:13:35+00:00

## Executables

- burrow (cli)
- burrow (Alias)

## Build-Abhängigkeiten

- go

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Dienst: declared
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-08-04
- Manager-Version: 1.9.6
- Manager aktualisiert: 2026-07-25
- lokale Daten: OK
- Upstream-Repository: https://github.com/linkedin/Burrow
- neueste erkannte Version: v1.9.6 (aktuell)
## Projektgeschichte und Nutzung

Burrow is LinkedIn's Kafka consumer-lag monitoring service. Its core contribution is evaluating consumer health over a sliding window of committed offsets instead of alerting on fixed lag thresholds, which reduces false positives for large Kafka estates.

### Projektgeschichte

LinkedIn announced Burrow on June 12, 2015 as an open-source project from its Data Infrastructure SRE team. The launch post explained that standard Kafka lag metrics were not enough for wildcard consumers, mirror makers, and large consumer groups because partition-level lag and fixed thresholds produced noisy or incomplete alerts.

The initial open-source design monitored Kafka-committed offsets, exposed consumer state over HTTP, and reduced many per-partition signals into an OK, warning, or error status. The repository changelog records 0.1.0 as the initial release on October 7, 2015, 0.1.1 in May 2016 with Zookeeper and Storm offset checking, and later 1.x releases that tracked newer Kafka and Go ecosystems.

LinkedIn revisited Burrow in May 2018 for Burrow 1.1, describing a rewrite that added tests, modularized components, improved topic-deletion handling, moved configuration toward Viper-supported formats such as TOML and JSON, and made the project easier to maintain and embed.

### Adoptionsgeschichte

Burrow was adopted quickly by other companies after LinkedIn's release, according to LinkedIn's 2018 follow-up post. The input metadata records packages for Homebrew, Debian, and Ubuntu, and the GitHub project remains a common reference point for Kafka consumer-lag monitoring.

### Wie es verwendet wird

Operators run Burrow with a configuration directory, often mounted at `/etc/burrow`, then query HTTP endpoints for Kafka cluster, consumer group, broker, and status information. Burrow can also notify via email or HTTP integrations, making it suitable for alert pipelines that want health states rather than raw lag counters.

### Warum Paket-Nerds sich dafür interessieren

Burrow is important to package nerds because it captures a very specific operational lesson from large Kafka deployments: good monitoring packages often encode domain-specific judgment, not just metrics collection. It also illustrates the Go-era pattern of distributing infrastructure daemons as relatively easy-to-package single binaries with TOML config.

### Zeitleiste

- 2015-06-12: LinkedIn announced Burrow as an open-source Kafka consumer monitoring project.
- 2015-10-07: Burrow 0.1.0 initial release recorded in the changelog.
- 2016-05-01: Burrow 0.1.1 added Zookeeper and Storm offset checking.
- 2018-05-15: LinkedIn announced Burrow 1.1 and described the rewrite and modularization work.
- 2022-2026: 1.x releases continued to update Go, dependencies, and Kafka compatibility.

### Related projects

- Burrow is related to Apache Kafka, Kafka MirrorMaker, ZooKeeper, Storm, Sarama, Viper, Prometheus exporters, and Kafka management or monitoring tools such as Kafka Manager/CMAK and broker-level metrics systems.

### Quellen

- <https://engineering.linkedin.com/apache-kafka/burrow-kafka-consumer-monitoring-reinvented>
- <https://github.com/linkedin/Burrow>
- <https://raw.githubusercontent.com/linkedin/Burrow/master/CHANGELOG.md>
- <https://raw.githubusercontent.com/linkedin/Burrow/master/README.md>
- <https://www.linkedin.com/blog/engineering/open-source/revisiting-burrow-burrow-1-1->
- source_facts.package-manager


## Sicherheitshinweise

formula declares a Homebrew service.

- **Geiger-Risiko:** orange / mittel
- formula declares a Homebrew service


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./burrow.toml, /etc/burrow/burrow.toml
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** burrow
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Andere Paketmanager-Einträge

- Debian apt - burrow - 1.2.1-4+b7: normalized package name match | Debian stable package indexes: burrow from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Apache Kafka consumer lag checking | https://github.com/linkedin/Burrow
- Ubuntu apt - burrow - 1.2.1-2ubuntu2: normalized package name match | Ubuntu 24.04 LTS package indexes: burrow from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Apache Kafka consumer lag checking | https://github.com/linkedin/Burrow


## Verwandte Links

- [Source-control packages](https://pkg.so/de/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/de/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/de/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/de/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://pkg.so/de/brew/go/) - Build dependency declared by Homebrew.
- [ktea](https://pkg.so/de/brew/ktea/) - Shares pkgdb curated category or tags: cli, data, kafka, streaming.
- [conduit](https://pkg.so/de/brew/conduit/) - Shares pkgdb curated category or tags: cli, data, go, streaming.
- [maxwell](https://pkg.so/de/brew/maxwell/) - Shares pkgdb curated category or tags: cli, data, kafka, streaming.
- [kafka](https://pkg.so/de/brew/kafka/) - Shares pkgdb curated category or tags: cli, data, streaming.
- [dolphie](https://pkg.so/de/brew/dolphie/) - Shares pkgdb curated category or tags: cli, data, monitoring.
- [kaf](https://pkg.so/de/brew/kaf/) - Shares pkgdb curated category or tags: cli, data, go, kafka.
- [kcat](https://pkg.so/de/brew/kcat/) - Shares pkgdb curated category or tags: cli, data, kafka.
- [lazysql](https://pkg.so/de/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, go.

## Combined YAML source

View the package source record on GitHub. [combined/burrow.yml](https://github.com/mxcl/pkgdb/blob/main/combined/burrow.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
