macOS
brew install kafkalocal Homebrew formula metadata
brew
Open-source distributed event streaming platform. Version 4.3.1 via Homebrew; verified 2026-06-25.
install
brew install kafkalocal Homebrew formula metadata
sudo pacman -S kafkaArch Linux sync databases · kafka · source: geo.mirror.pkgbuild.com
sudo zypper install kafka-sourceopenSUSE Tumbleweed package metadata · kafka-source · source: download.opensuse.org
scoop install main/kafkaScoop official bucket manifest trees · bucket/kafka.json · source: api.github.com
overview
Open-source distributed event streaming platform
history
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.
security posture
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
config/server.propertiesexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
connect-distributed | cli | global executable | |
connect-mirror-maker | cli | global executable | |
connect-plugin-path | cli | global executable | |
connect-standalone | cli | global executable | |
kafka-acls | cli | global executable | |
kafka-broker-api-versions | cli | global executable | |
kafka-client-metrics | cli | global executable | |
kafka-cluster | cli | global executable | |
kafka-configs | cli | global executable | |
kafka-console-consumer | cli | global executable | |
kafka-console-producer | cli | global executable | |
kafka-console-share-consumer | cli | global executable | |
kafka-consumer-groups | cli | global executable | |
kafka-consumer-perf-test | cli | global executable | |
kafka-delegation-tokens | cli | global executable | |
kafka-delete-records | cli | global executable | |
kafka-dump-log | cli | global executable | |
kafka-e2e-latency | cli | global executable | |
kafka-features | cli | global executable | |
kafka-get-offsets | cli | global executable | |
kafka-groups | cli | global executable | |
kafka-jmx | cli | global executable | |
kafka-leader-election | cli | global executable | |
kafka-log-dirs | cli | global executable | |
kafka-metadata-quorum | cli | global executable | |
kafka-metadata-shell | cli | global executable | |
kafka-producer-perf-test | cli | global executable | |
kafka-reassign-partitions | cli | global executable | |
kafka-replica-verification | cli | global executable | |
kafka-run-class | cli | global executable | |
kafka-server-start | cli | global executable | |
kafka-server-stop | cli | global executable | |
kafka-share-consumer-perf-test | cli | global executable | |
kafka-share-groups | cli | global executable | |
kafka-storage | cli | global executable | |
kafka-streams-application-reset | cli | global executable | |
kafka-streams-groups | cli | global executable | |
kafka-topics | cli | global executable | |
kafka-transactions | cli | global executable | |
kafka-verifiable-consumer | cli | global executable | |
kafka-verifiable-producer | cli | global executable | |
kafka-verifiable-share-consumer | cli | global executable | |
trogdor | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:kafka |
|---|---|
| Version | 4.3.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/kafka |
| Homepage | https://kafka.apache.org/ |
| Repository | https://github.com/apache/kafka |
| Upstream docs | https://kafka.apache.org/documentation |
| License | Apache-2.0 |
| Source archive | https://www.apache.org/dyn/closer.lua?path=kafka/4.3.1/kafka_2.13-4.3.1.tgz |
| Last updated | 2026-06-25T20:07:33Z |
| Pulse | updated |
| Dependencies | openjdk |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kafka |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
kafka 4.3.0-1
An open-source distributed event streaming platform
sudo pacman -S kafkakafka-source 2.1.0-3.16
Source code of Apache Kafka
sudo zypper install kafka-sourcemain/kafka
scoop install main/kafkasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.