Skip to content

Commit e751b32

Browse files
committed
bump kafka version
1 parent 7c4ea1b commit e751b32

File tree

3 files changed

+12
-22
lines changed

3 files changed

+12
-22
lines changed

demos/data-lakehouse-iceberg-trino-spark/create-spark-ingestion-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
echo 'Waiting for all nifi instances to be ready'
2727
kubectl wait --for=condition=ready --timeout=30m pod -l app.kubernetes.io/name=nifi,app.kubernetes.io/instance=nifi
2828
- name: wait-for-kafka-topics
29-
image: oci.stackable.tech/sdp/kafka:3.9.1-stackable0.0.0-dev
29+
image: oci.stackable.tech/sdp/kafka:4.1.0-stackable0.0.0-dev
3030
command:
3131
- bash
3232
- -euo

stacks/data-lakehouse-iceberg-trino-spark/kafka.yaml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ spec:
77
image:
88
productVersion: 3.9.1
99
clusterConfig:
10-
zookeeperConfigMapName: kafka-znode
1110
authentication:
1211
- authenticationClass: kafka-client-tls
12+
controllers:
13+
roleGroups:
14+
default:
15+
replicas: 1
1316
brokers:
1417
config:
1518
resources:
@@ -25,7 +28,7 @@ spec:
2528
default:
2629
replicas: 5
2730
configOverrides:
28-
server.properties:
31+
broker.properties:
2932
num.partitions: "27"
3033
log.segment.bytes: "50000000" # 0.5GB
3134
log.retention.bytes: "2000000000" # 2 GB. Should keep between 2.0 and 2.5GB
@@ -38,11 +41,3 @@ spec:
3841
provider:
3942
tls:
4043
clientCertSecretClass: tls
41-
---
42-
apiVersion: zookeeper.stackable.tech/v1alpha1
43-
kind: ZookeeperZnode
44-
metadata:
45-
name: kafka-znode
46-
spec:
47-
clusterRef:
48-
name: zookeeper

stacks/nifi-kafka-druid-superset-s3/kafka.yaml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
2-
apiVersion: zookeeper.stackable.tech/v1alpha1
3-
kind: ZookeeperZnode
4-
metadata:
5-
name: kafka-znode
6-
spec:
7-
clusterRef:
8-
name: zookeeper
9-
---
102
apiVersion: kafka.stackable.tech/v1alpha1
113
kind: KafkaCluster
124
metadata:
135
name: kafka
146
spec:
157
image:
16-
productVersion: 3.9.1
8+
productVersion: 4.1.0
179
clusterConfig:
18-
zookeeperConfigMapName: kafka-znode
1910
authentication:
2011
- authenticationClass: kafka-client-tls
12+
controllers:
13+
roleGroups:
14+
default:
15+
replicas: 1
2116
brokers:
2217
config:
2318
bootstrapListenerClass: external-stable
@@ -35,7 +30,7 @@ spec:
3530
default:
3631
replicas: 1
3732
configOverrides:
38-
server.properties:
33+
broker.properties:
3934
num.partitions: "8"
4035
# We have
4136
# 1 brokers

0 commit comments

Comments
 (0)