https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.apache1-15020343-3299-491b-8374-702564c43093/a8cc022d-da02-4b47-832d-95138945321a_pCloud216.png
Apache Kafka
bởi pcloudhosting
Just a moment, logging you in...
Version 4.0.0 + Free Support on Ubuntu 24.04
Apache Kafka is a distributed streaming platform designed for building real-time data pipelines and streaming applications. It handles large data volumes, making it suitable for both enterprise and small-scale use.
Features of Apache Kafka:
- High throughput and scalability for real-time data handling.
- Fault-tolerant and reliable distributed architecture.
- Pub/Sub messaging model for communication between producers and consumers.
- Stream processing with Kafka Streams and Kafka Connect.
- Durability with message retention and replication.
Usage Instructions:
sudo su
Start the Kafka server:
sudo systemctl start kafka
Create a topic:
/opt/kafka/bin/kafka-topics.sh \ --create \ --topic my-topic \ --bootstrap-server localhost:9092 \ --partitions 1 \ --replication-factor 1
/opt/kafka/bin/kafka-console-producer.sh \ --topic my-topic \ --bootstrap-server localhost:9092
Type messages:
hello kafka
testing message
Start Consumer message: Open another terminal and run:
/opt/kafka/bin/kafka-console-consumer.sh \ --topic my-topic \ --from-beginning \ --bootstrap-server localhost:9092
You will see the output
Disclaimer: Apache Kafka is open-source under the Apache License 2.0 and is provided "as is." Users assume all responsibility for use and compliance with licensing terms.
Các ứng dụng khác từ pcloudhosting
SMTP ServerpcloudhostingVersion 3.8.4 + Free Support on OpenSUSE 15.6
+1
Applicable to:
Virtual Machines
NaN out of 5
DatabrickspcloudhostingVersion 0.281.0+ Free Support on Ubuntu 24.04
+1
Applicable to:
Virtual Machines
NaN out of 5
PostgreSQLpcloudhostingVersion 18.1.0 + Free Support on Ubuntu 24.04
+1
Applicable to:
Virtual Machines
NaN out of 5
n8npcloudhostingVersion 9.15.0 + Free Support on Ubuntu 24.04
+1
Applicable to:
Virtual Machines
NaN out of 5
NGINX Ingress ControllerpcloudhostingVersion 1.11.2 + Free Support on Ubuntu 24.04
+1
Applicable to:
Virtual Machines
NaN out of 5