Skip to content

Commit 018bfa7

Browse files
committed
Runs Kafka 1.0.0
1 parent 6dd29fa commit 018bfa7

File tree

6 files changed

+7
-10
lines changed

6 files changed

+7
-10
lines changed

10broker-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ data:
5959
6060
#init#broker.rack=#init#
6161
62-
# Switch to enable topic deletion or not, default value is false
63-
delete.topic.enable=true
64-
6562
############################# Socket Server Settings #############################
6663
6764
# The address the socket server listens on. It will get the value returned from

50kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
mountPath: /etc/kafka
4242
containers:
4343
- name: broker
44-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
44+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
4545
env:
4646
- name: KAFKA_LOG4J_OPTS
4747
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

test/basic-produce-consume.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
spec:
5858
containers:
5959
- name: testcase
60-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
60+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
6161
env:
6262
- name: BOOTSTRAP
6363
value: kafka-0.broker.kafka.svc.cluster.local:9092,kafka-1.broker.kafka.svc.cluster.local:9092,kafka-2.broker.kafka.svc.cluster.local:9092

test/basic-with-kafkacat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
spec:
7171
containers:
7272
- name: topic-create
73-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
73+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
7474
command:
7575
- ./bin/kafka-topics.sh
7676
- --zookeeper

zookeeper/50pzoo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
terminationGracePeriodSeconds: 10
2424
initContainers:
2525
- name: init-config
26-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
26+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
2727
command: ['/bin/bash', '/etc/kafka/init.sh']
2828
volumeMounts:
2929
- name: config
@@ -32,7 +32,7 @@ spec:
3232
mountPath: /var/lib/zookeeper/data
3333
containers:
3434
- name: zookeeper
35-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
35+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
3636
env:
3737
- name: KAFKA_LOG4J_OPTS
3838
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

zookeeper/51zoo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
terminationGracePeriodSeconds: 10
2323
initContainers:
2424
- name: init-config
25-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
25+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
2626
command: ['/bin/bash', '/etc/kafka/init.sh']
2727
env:
2828
- name: ID_OFFSET
@@ -34,7 +34,7 @@ spec:
3434
mountPath: /var/lib/zookeeper/data
3535
containers:
3636
- name: zookeeper
37-
image: solsson/kafka:0.11.0.1@sha256:1b6b25ea30a93d0d9dc69eb4531d7246d72df4015bbb5baa5bb551a77011bed5
37+
image: solsson/kafka:1.0.0@sha256:17fdf1637426f45c93c65826670542e36b9f3394ede1cb61885c6a4befa8f72d
3838
env:
3939
- name: KAFKA_LOG4J_OPTS
4040
value: -Dlog4j.configuration=file:/etc/kafka/log4j.properties

0 commit comments

Comments
 (0)