Skip to content

Commit b5a1cb1

Browse files
committed
Now was a good time to get rid of the last --override
as we now encourage close scrutiny of the config file.
1 parent b9f4e9d commit b5a1cb1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

kafka/10broker-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ data:
151151
# server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002".
152152
# You can also append an optional chroot string to the urls to specify the
153153
# root directory for all kafka znodes.
154-
zookeeper.connect=localhost:2181
154+
zookeeper.connect=zookeeper:2181
155155
156156
# Timeout in ms for connecting to zookeeper
157157
zookeeper.connection.timeout.ms=6000

kafka/50kafka.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ spec:
5757
command:
5858
- ./bin/kafka-server-start.sh
5959
- /etc/kafka/server.properties
60-
- --override
61-
- zookeeper.connect=zookeeper:2181
6260
resources:
6361
requests:
6462
cpu: 100m

0 commit comments

Comments
 (0)