Difference between revisions of "Apache Kafka"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[wikipedia:Apache Kafka]] (Jan [[2011]], [https://trends.google.com/trends/explore?date=today%205-y&q=%2Fm%2F0zmynvd Trends], [[Scala]], [[Java]]) [[Stream processing]]
+
[[wikipedia:Apache Kafka]] (Jan [[2011]], [https://trends.google.com/trends/explore?date=today%205-y&q=%2Fm%2F0zmynvd Trends], [[Scala]], [[Java]]) is a [[distributed event store]] and [[stream-processing]] platform.
 
* https://kafka.apache.org/
 
* https://kafka.apache.org/
 +
* [[Topics]], [[Consumer]], [[Producer]], [[Pub/Sub)]]
 +
 
* 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>
Line 6: Line 8:
 
** Kubernetes: [[Helm install kafka]]
 
** Kubernetes: [[Helm install kafka]]
 
* 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>[[/etc/kafka/]]</code>
 +
** <code>[[server.properties]]</code>
 
* Cloud: [[Amazon Managed Streaming for Apache Kafka (MSK)]] (2018)
 
* Cloud: [[Amazon Managed Streaming for Apache Kafka (MSK)]] (2018)
 
* Components:
 
* Components:
 
** [[Kafka controller]]
 
** [[Kafka controller]]
 +
 +
Apache Kafka also works with external stream processing systems such as [[Apache Apex]], [[Apache Beam]], [[Apache Flink]], [[Apache Spark]], [[Apache Storm]], and [[Apache NiFi]].
 +
 +
 +
* Optimized for writing
  
 
== Binaries ==
 
== Binaries ==
Line 62: Line 70:
 
* [[Kafka Streams]]
 
* [[Kafka Streams]]
 
* [[KIP-405: Kafka Tiered Storage]]
 
* [[KIP-405: Kafka Tiered Storage]]
 +
* [[Pub-sub]]
 +
* [[Retention]]
 +
* [[Ordering]]: messages are strictly ordered
  
 
== See also ==
 
== See also ==

Latest revision as of 08:33, 7 February 2025

wikipedia:Apache Kafka (Jan 2011, Trends, Scala, Java) is a distributed event store and stream-processing platform.

Apache Kafka also works with external stream processing systems such as Apache Apex, Apache Beam, Apache Flink, Apache Spark, Apache Storm, and Apache NiFi.


  • Optimized for writing

Binaries[edit]

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

News[edit]

Activities[edit]

Related terms[edit]

See also[edit]

Advertising: