File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
printf '%s\n' "${SEDS[@]}" > /tmp/kafka-init-config.sed
47
47
sed -f /tmp/kafka-init-config.sed /etc/kafka-configmap/server.properties > /etc/kafka/server.properties
48
48
49
- echo "Completed initial config. Staying alive to support Kafka 1.1.0 dynamic config updates"
49
+ echo "Completed initial config. Staying alive to support Kafka 1.1+ dynamic config updates"
50
50
tail -f /dev/null
51
51
52
52
server.properties : |-
Original file line number Diff line number Diff line change 41
41
- name : config
42
42
mountPath : /etc/kafka
43
43
- name : broker
44
- image : solsson/kafka:1.0. 1@sha256:1a4689d49d6274ac59b9b740f51b0408e1c90a9b66d16ad114ee9f7193bab111
44
+ image : solsson/kafka:1.1@sha256:ba863ca7dc28563930584e37f93d57c2cbf3f46b1c1fa104fe8af7bcc0c31df4
45
45
env :
46
46
- name : KAFKA_LOG4J_OPTS
47
47
value : -Dlog4j.configuration=file:/etc/kafka/log4j.properties
You can’t perform that action at this time.
0 commit comments