-
Notifications
You must be signed in to change notification settings - Fork 73
create new kafka topic #5
Copy link
Copy link
Open
Description
bin/kafka-topics.sh --create --zookeeper --partitions 1 --topic twitterstream localhost:2181 --replication-factor 1 throws errors.
instead, it should be replaced with bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic twitterstream.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels