Distributed event streaming platform for building real-time data pipelines
Open-source distributed event streaming platform
kafka-topics.shkafka-console-producer.shkafka-console-consumer.shkafka-broker-api-versions.shkafka-configs.shkafka-consumer-groups.sh$ kafka-topics.sh --create --topic my-topic --partitions 3 --replication-factor 1 --bootstrap-server localhost:9092$ kafka-console-producer.sh --topic my-topic --bootstrap-server localhost:9092$ kafka-console-consumer.sh --topic my-topic --from-beginning --bootstrap-server localhost:9092