Kafka
Creating a Topic
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic matstreammichael,1 andrew,2 ralph,3 sandhya,4create table stream1(name text, id int);
Using the Producer
Using the Consumer
Last updated
Was this helpful?

