File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
.test-infra/kubernetes/kafka-cluster Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 23
23
name : client
24
24
selector :
25
25
app : zookeeper
26
- type : LoadBalancer
Original file line number Diff line number Diff line change 33
33
sleep 20
34
34
done
35
35
echo "Applying runtime configuration using confluentinc/cp-kafka:5.0.1"
36
- kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam --partitions 1 --replication-factor 1
36
+ kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam --partitions 1 --replication-factor 3
37
37
kafka-configs --zookeeper zookeeper:2181 --entity-type topics --entity-name beam --describe
38
- kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam-runnerv2 --partitions 1 --replication-factor 1
38
+ kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam-runnerv2 --partitions 1 --replication-factor 3
39
39
kafka-configs --zookeeper zookeeper:2181 --entity-type topics --entity-name beam-runnerv2 --describe
40
- kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam-sdf --partitions 1 --replication-factor 1
40
+ kafka-topics --zookeeper zookeeper:2181 --create --if-not-exists --force --topic beam-sdf --partitions 1 --replication-factor 3
41
41
kafka-configs --zookeeper zookeeper:2181 --entity-type topics --entity-name beam-sdf --describe
You can’t perform that action at this time.
0 commit comments