Difference between revisions of "Apache Kafka"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* Installation: | * Installation: | ||
** macOS: <code>[[brew install kafka]] && [[brew install zookeeper]] && [[brew install kcat]]</code> | ** macOS: <code>[[brew install kafka]] && [[brew install zookeeper]] && [[brew install kcat]]</code> | ||
− | ** Docker: <code>[[docker pull apache]]/kafka:3.7.0 </code> | + | ** Docker: <code>[[docker pull apache]]/kafka:3.7.0 && [[docker run -p]] [[9092]]:9092 apache/kafka:3.7.0</code> |
* Status: <code>[[brew services info kafka]] && [[brew services info zookeeper]]</code> | * Status: <code>[[brew services info kafka]] && [[brew services info zookeeper]]</code> | ||
* Configuration: <code>[[server.properties]]</code> | * Configuration: <code>[[server.properties]]</code> |
Revision as of 09:41, 21 March 2024
wikipedia:Apache Kafka (Jan 2011, Trends, Scala, Java) Stream processing
- https://kafka.apache.org/
- Installation:
- macOS:
brew install kafka && brew install zookeeper && brew install kcat
- Docker:
docker pull apache/kafka:3.7.0 && docker run -p 9092:9092 apache/kafka:3.7.0
- macOS:
- Status:
brew services info kafka && brew services info zookeeper
- Configuration:
server.properties
Binaries
kafka-acls kafka-broker-api-versions kafka-cluster kafka-configs kafka-console-consumer kafka-console-producer kafka-consumer-groups kafka-consumer-perf-test kafka-delegation-tokens kafka-delete-records kafka-dump-log kafka-features kafka-leader-election kafka-log-dirs kafka-metadata-shell kafka-mirror-maker kafka-preferred-replica-election kafka-producer-perf-test kafka-reassign-partitions kafka-replica-verification kafka-run-class kafka-server-start kafka-server-stop kafka-storage kafka-streams-application-reset kafka-topics kafka-verifiable-consumer kafka-verifiable-producer
Related terms
- PubSub
- Apache Zookeeper
- AWS Kinesis
- Sentry
- Conduktor platform
- Zipkin
- Scala
- apt-get install kafkacat
- KRaft
See also
- Kafka, AWS MSK,
aws kafka
- Kafka,
kafka-cluster -h
,kafka-configs, kafka-features
,kafka-topics, kafka-consumer-groups, kafka-storage, kafka-server-start, kafka-server-stop, kafka-reassign-partitions, kafka-topics, kafka-console-producer
, Amazon MSK, Kafka Connect, 9092,server.properties
, KRaft, Kafka changelog - MQ, PubSub, AMQP, NATS, Apache Kafka, IBM MQ, ActiveMQ, Fuse Message Broker, MQTT, NSQ, RabbitMQ, AWS Kinesis and NATS Messaging, ZeroMQ, Message-oriented middleware (MOM), Apache Pulsar, HiveMQ
Advertising: