9092

TCP

Kafka

Apache Kafka

⚠️ Security: DependsStatus: Active📨 Category: Message Queue

📋 Basic Information

Port Number
9092
Protocol
TCP
Service
Kafka
Popularity
🔥 High
Description
Apache Kafka message broker for real-time data streaming
Tags
messagingqueuekafkastreaming

🔒 Security Information

💡

Security Notes

Configure SASL authentication, SSL/TLS encryption, set up ACLs

🛠️ Installation

🐳Docker

docker run -d --name kafka -p 9092:9092 -e KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://localhost:9092 bitnami/kafka:latest

🔗 Related Ports