https://catalogartifact.azureedge.net/publicartifacts/pcloudhosting.apache1-22c8b4a7-c744-4f47-86c9-d98b83472854/image0_pCloud216.png

Apache Kafka

por pcloudhosting

(1 Classificações)

Version 4.2.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 kafka server :
/opt/kafka/bin/kafka-server-start.sh /opt/kafka/config/kraft/server.properties <\br>

Check version
/opt/kafka/bin/kafka-topics.sh --version

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.