macOS
brew install burrowlocal Homebrew formula metadata
brew
burrow のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install burrowlocal Homebrew formula metadata
sudo apt install burrowDebian stable package indexes · burrow · ソース: deb.debian.org
概要
Kafka Consumer Lag Checking
履歴
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.
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.
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.
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.
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.
セキュリティ状態
formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
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.
Config paths the tool may read or write during local use.
./burrow.toml/etc/burrow/burrow.toml実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
burrow | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/linkedin/Burrow
インストールメタデータ
| パッケージキー | brew:burrow |
|---|---|
| バージョン | 1.9.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/burrow |
| ホームページ | https://github.com/linkedin/Burrow |
| リポジトリ | https://github.com/linkedin/Burrow |
| 上流ドキュメント | https://github.com/linkedin/Burrow#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/linkedin/Burrow/archive/refs/tags/v1.9.6.tar.gz |
| 最終更新 | 2026-07-25T14:19:45-04:00 |
| Pulse | updated |
| ビルド依存関係 | go |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
burrow 1.2.1-4+b7
Apache Kafka consumer lag checking
https://github.com/linkedin/Burrow
sudo apt install burrowburrow 1.2.1-2ubuntu2
Apache Kafka consumer lag checking
https://github.com/linkedin/Burrow
sudo apt install burrowソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.