-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcreate_old.sh
executable file
·19 lines (16 loc) · 1.66 KB
/
create_old.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic flights
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic nearest-airport
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic nearest-airport-count
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic nearest-airport-agg
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic nearest-airport-agg-count
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic red
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic blue
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic distance
kafka-topics --zookeeper localhost:2181 --create --partitions 4 --replication-factor 3 --topic closest
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic blue_backup
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic red_backup
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic joined_bucket_foo
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic joined_bucket
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic red.nearest.airport
#kafka-topics --zookeeper localhost:2181 --create --partitions 1 --replication-factor 1 --topic red.nearest.airport.count
kafka-topics --zookeeper localhost:2181 --list