Automic VaultAutomic Vault

brew

kafka を Homebrew, pacman, scoop, zypper でインストール

kafka のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install kafka

local Homebrew formula metadata

Windows

Scoop確認済み · 92%
scoop install main/kafka

Scoop official bucket manifest trees · bucket/kafka.json · ソース: api.github.com

概要

パッケージ概要

Open-source distributed event streaming platform

コマンドとエイリアス

  • connect-distributed
  • connect-mirror-maker
  • connect-plugin-path
  • connect-standalone
  • kafka-acls
  • kafka-broker-api-versions
  • kafka-client-metrics
  • kafka-cluster
  • kafka-configs
  • kafka-console-consumer
  • kafka-console-producer
  • kafka-console-share-consumer
  • kafka-consumer-groups
  • kafka-consumer-perf-test
  • kafka-delegation-tokens
  • kafka-delete-records
  • kafka-dump-log
  • kafka-e2e-latency
  • kafka-features
  • kafka-get-offsets
  • kafka-groups
  • kafka-jmx
  • kafka-leader-election
  • kafka-log-dirs
  • kafka-metadata-quorum
  • kafka-metadata-shell
  • kafka-producer-perf-test
  • kafka-reassign-partitions
  • kafka-replica-verification
  • kafka-run-class
  • kafka-server-start
  • kafka-server-stop

履歴

プロジェクトの歴史と使われ方

Apache Kafka is a distributed event-streaming platform that began at LinkedIn and became a major Apache Software Foundation data project. It is both a server platform and a package that installs a large family of command-line tools for brokers, topics, consumers, producers, Connect, Streams, storage, metadata, and operations.

プロジェクトの歴史

LinkedIn announced Kafka publicly on June 16, 2011 as a distributed publish-subscribe messaging system, open sourced under the Apache 2.0 license and submitted to the Apache Incubator. The announcement described Kafka as a system for high-throughput event data and noted that a paper had appeared at NetDB 2011.

The Apache GitHub repository was created in August 2011. Kafka graduated from the Apache Incubator on October 23, 2012, and Apache project records identify the Kafka committee as established in November 2012.

Over time Kafka expanded beyond a broker and client protocol into a broader event-streaming platform. Kafka Connect, Kafka Streams, MirrorMaker, security features, storage tooling, metadata tooling, and the Kafka Improvement Proposal process all became part of the operational and governance surface around the package.

採用の歴史

Kafka's adoption followed from its original LinkedIn use case: durable, high-throughput movement of event data between many producers and consumers. Its Apache governance and Java/Scala ecosystem helped it become a common foundation for streaming analytics, log aggregation, change-data capture, event-driven services, and data pipelines.

Package-manager adoption reflects two overlapping audiences. Developers install Kafka locally to run brokers and command scripts for development, while operators use the same scripts to inspect and administer clusters. Homebrew, Scoop, Pacman, and other package entries expose Kafka as a developer workstation dependency as much as a server component.

使われ方

The Homebrew package installs many command-line entry points, including kafka-topics, kafka-console-producer, kafka-console-consumer, kafka-consumer-groups, kafka-configs, kafka-server-start, kafka-storage, and Kafka Connect scripts. That makes it both a runnable local broker distribution and a CLI toolbox.

Kafka is used when systems need durable ordered logs, consumer groups, replayable event streams, and integration points between services and data systems. The official documentation and quickstart center the core loop: start a broker, create topics, write events, read events, and build producers, consumers, Streams, or Connect workloads.

パッケージ好きにとっての重要性

Apache Kafka is significant in package databases because one formula exposes an entire infrastructure platform plus dozens of command shims. It is a good stress test for package metadata: executable lists are long, config files are distribution-relative, and the package name refers to a server, protocol ecosystem, and CLI family at once.

It is also historically important because many later packages in this batch exist to make Kafka easier to operate: kaf and kafkactl provide friendlier CLIs, while cloud-specific plugins exist because managed Kafka-compatible services introduced authentication and provider-specific edge cases.

タイムライン

  • 2011-06-16: LinkedIn announced Kafka as an open-source distributed publish-subscribe messaging system.
  • 2011-08: Apache Kafka GitHub repository created.
  • 2012-10-23: Kafka graduated from the Apache Incubator.
  • 2012-11: Apache Kafka committee established.
  • 2015 onward: Kafka's ecosystem expanded around Streams, Connect, managed services, and Kafka Improvement Proposals.

Related projects

  • Kafka's close project family includes Kafka Connect, Kafka Streams, MirrorMaker, Schema Registry implementations, kcat, kaf, kafkactl, Apache Flink, Apache Pulsar, and managed Kafka-compatible services such as Amazon MSK, Confluent Cloud, and Azure Event Hubs for Kafka clients.

セキュリティ状態

リスクレベル: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

リスク分類器

リスク orange · 信頼度 中 · infrastructure

理由

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service
  • generalized runtime or code generation signal
  • infrastructure mutation or orchestration signal

信号

  • metadata:service
  • text:cluster
  • text:shell,repl
  • text:stream,record,client,server

インストール挙動

  • Homebrew はこの formula に post-install フックを宣言しています。
  • formula メタデータがサービスまたはデーモンブロックを宣言しています。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
config/server.properties

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
connect-distributedcliグローバル実行可能ファイル
connect-mirror-makercliグローバル実行可能ファイル
connect-plugin-pathcliグローバル実行可能ファイル
connect-standalonecliグローバル実行可能ファイル
kafka-aclscliグローバル実行可能ファイル
kafka-broker-api-versionscliグローバル実行可能ファイル
kafka-client-metricscliグローバル実行可能ファイル
kafka-clustercliグローバル実行可能ファイル
kafka-configscliグローバル実行可能ファイル
kafka-console-consumercliグローバル実行可能ファイル
kafka-console-producercliグローバル実行可能ファイル
kafka-console-share-consumercliグローバル実行可能ファイル
kafka-consumer-groupscliグローバル実行可能ファイル
kafka-consumer-perf-testcliグローバル実行可能ファイル
kafka-delegation-tokenscliグローバル実行可能ファイル
kafka-delete-recordscliグローバル実行可能ファイル
kafka-dump-logcliグローバル実行可能ファイル
kafka-e2e-latencycliグローバル実行可能ファイル
kafka-featurescliグローバル実行可能ファイル
kafka-get-offsetscliグローバル実行可能ファイル
kafka-groupscliグローバル実行可能ファイル
kafka-jmxcliグローバル実行可能ファイル
kafka-leader-electioncliグローバル実行可能ファイル
kafka-log-dirscliグローバル実行可能ファイル
kafka-metadata-quorumcliグローバル実行可能ファイル
kafka-metadata-shellcliグローバル実行可能ファイル
kafka-producer-perf-testcliグローバル実行可能ファイル
kafka-reassign-partitionscliグローバル実行可能ファイル
kafka-replica-verificationcliグローバル実行可能ファイル
kafka-run-classcliグローバル実行可能ファイル
kafka-server-startcliグローバル実行可能ファイル
kafka-server-stopcliグローバル実行可能ファイル
kafka-share-consumer-perf-testcliグローバル実行可能ファイル
kafka-share-groupscliグローバル実行可能ファイル
kafka-storagecliグローバル実行可能ファイル
kafka-streams-application-resetcliグローバル実行可能ファイル
kafka-streams-groupscliグローバル実行可能ファイル
kafka-topicscliグローバル実行可能ファイル
kafka-transactionscliグローバル実行可能ファイル
kafka-verifiable-consumercliグローバル実行可能ファイル
kafka-verifiable-producercliグローバル実行可能ファイル
kafka-verifiable-share-consumercliグローバル実行可能ファイル
trogdorcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-25
マネージャ版4.3.1
マネージャ更新日2026-06-25
ローカルデータOK
上流not checked
検出された最新未検出

https://kafka.apache.org/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:kafka
バージョン4.3.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/kafka
ホームページhttps://kafka.apache.org/
リポジトリhttps://github.com/apache/kafka
上流ドキュメントhttps://kafka.apache.org/documentation
ライセンスApache-2.0
ソースアーカイブhttps://www.apache.org/dyn/closer.lua?path=kafka/4.3.1/kafka_2.13-4.3.1.tgz
最終更新2026-06-25T20:07:33Z
Pulseupdated
依存関係openjdk
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install定義済み
サービスdeclared

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namekafka
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

pacman95%

kafka 4.3.0-1

An open-source distributed event streaming platform

https://kafka.apache.org/

sudo pacman -S kafka
  • License: Apache-2.0
  • Architecture: any
  • 2 依存関係
  • normalized package name match
  • 一致条件: Kafka
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: kafka from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

kafka-source 2.1.0-3.16

Source code of Apache Kafka

http://kafka.apache.org

sudo zypper install kafka-source
  • License: Apache-2.0
  • Category: Productivity/Networking/Other
  • Architecture: x86_64
  • Source Package: kafka
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Kafka
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: kafka-source from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Scoop95%

main/kafka

scoop install main/kafka
  • normalized package name match
  • 一致条件: Kafka
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/kafka.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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