File tree Expand file tree Collapse file tree 3 files changed +12
-22
lines changed
demos/data-lakehouse-iceberg-trino-spark
data-lakehouse-iceberg-trino-spark
nifi-kafka-druid-superset-s3 Expand file tree Collapse file tree 3 files changed +12
-22
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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
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
Original file line number Diff line number Diff line change 11---
2- apiVersion : zookeeper.stackable.tech/v1alpha1
3- kind : ZookeeperZnode
4- metadata :
5- name : kafka-znode
6- spec :
7- clusterRef :
8- name : zookeeper
9- ---
102apiVersion : kafka.stackable.tech/v1alpha1
113kind : KafkaCluster
124metadata :
135 name : kafka
146spec :
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
3530 default :
3631 replicas : 1
3732 configOverrides :
38- server .properties :
33+ broker .properties :
3934 num.partitions : " 8"
4035 # We have
4136 # 1 brokers
You can’t perform that action at this time.
0 commit comments