×

Melvin L's video: Getting Started with Kafka - Concepts Simple Demo

@Getting Started with Kafka - Concepts & Simple Demo
Overview and Getting Started with Kafka highlighting the key concepts & simple demo to get started GETTING STARTED WITH KAFKA Setting up Kafka ---------------- Start the server ---------------- bin/zookeeper-server-start.sh config/zookeeper.properties bin/kafka-server-start.sh config/server.properties Create a topic -------------- bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test See the topics -------------- bin/kafka-topics.sh --list --zookeeper localhost:2181 bin/kafka-topics.sh --zookeeper localhost:2181 --describe --topic test Create messages --------------- bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test Start a consumer ---------------- bin/kafka-console-consumer.sh --zookeeper localhost:2181 --topic test --from-beginning

41

0
Melvin L
Subscribers
19.1K
Total Post
111
Total Views
1.5M
Avg. Views
29.1K
View Profile
This video was published on 2016-07-08 23:42:53 GMT by @Melvin-L on Youtube. Melvin L has total 19.1K subscribers on Youtube and has a total of 111 video.This video has received 41 Likes which are lower than the average likes that Melvin L gets . @Melvin-L receives an average views of 29.1K per video on Youtube.This video has received 0 comments which are lower than the average comments that Melvin L gets . Overall the views for this video was lower than the average for the profile.

Other post by @Melvin L