Skip to content

Commit

Permalink
Add the inter.broker.protocol.version to our examples
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <[email protected]>
  • Loading branch information
scholzj authored and kyguy committed Dec 10, 2020
1 parent 7452a7c commit b1d7a83
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions examples/cruise-control/kafka-cruise-control.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: ephemeral
zookeeper:
Expand Down
1 change: 1 addition & 0 deletions examples/kafka/kafka-ephemeral-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: ephemeral
zookeeper:
Expand Down
1 change: 1 addition & 0 deletions examples/kafka/kafka-ephemeral.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: ephemeral
zookeeper:
Expand Down
1 change: 1 addition & 0 deletions examples/kafka/kafka-jbod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/kafka/kafka-persistent-single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/kafka/kafka-persistent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/metrics/jmxtrans/jmxtrans.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: ephemeral
jmxOptions:
Expand Down
1 change: 1 addition & 0 deletions examples/metrics/kafka-cruise-control-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: ephemeral
zookeeper:
Expand Down
1 change: 1 addition & 0 deletions examples/metrics/kafka-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/mirror-maker/kafka-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/mirror-maker/kafka-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 1
transaction.state.log.min.isr: 1
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/security/scram-sha-512-auth/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
1 change: 1 addition & 0 deletions examples/security/tls-auth/kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
log.message.format.version: "2.6"
inter.broker.protocol.version: "2.6"
storage:
type: jbod
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ objects:
offsets.topic.replication.factor: ${KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR}
transaction.state.log.replication.factor: ${KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR}
log.message.format.version: ${KAFKA_VERSION}
inter.broker.protocol.version: ${KAFKA_VERSION}
zookeeper:
replicas: ${{ZOOKEEPER_NODE_COUNT}}
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ objects:
offsets.topic.replication.factor: ${KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR}
transaction.state.log.replication.factor: ${KAFKA_TRANSACTION_STATE_LOG_REPLICATION_FACTOR}
log.message.format.version: ${KAFKA_VERSION}
inter.broker.protocol.version: ${KAFKA_VERSION}
zookeeper:
replicas: ${{ZOOKEEPER_NODE_COUNT}}
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ metadata:
"offsets.topic.replication.factor":3,
"transaction.state.log.replication.factor":3,
"transaction.state.log.min.isr":2,
"log.message.format.version":"2.6"
"log.message.format.version":"2.6",
"inter.broker.protocol.version":"2.6"
},
"storage":{
"type":"ephemeral"
Expand Down

0 comments on commit b1d7a83

Please sign in to comment.