1- apiVersion : kafka.strimzi.io/v1beta2
1+ apiVersion : kafka.strimzi.io/v1
22kind : KafkaConnect
33metadata :
44 name : my-connect-cluster
@@ -8,18 +8,18 @@ metadata:
88# # needing to call the Connect REST API directly
99# strimzi.io/use-connector-resources: "true"
1010spec :
11- version : 4.1.0
11+ version : 4.1.1
1212 replicas : 1
1313 bootstrapServers : my-cluster-kafka-bootstrap:9093
14+ groupId : my-connect-group
15+ configStorageTopic : my-connect-configs
16+ statusStorageTopic : my-connect-status
17+ offsetStorageTopic : my-connect-offsets
1418 tls :
1519 trustedCertificates :
1620 - secretName : my-cluster-cluster-ca-cert
1721 pattern : " *.crt"
1822 config :
19- group.id : connect-cluster
20- offset.storage.topic : connect-cluster-offsets
21- config.storage.topic : connect-cluster-configs
22- status.storage.topic : connect-cluster-status
2323 # -1 means it will use the default replication factor configured in the broker
2424 config.storage.replication.factor : -1
2525 offset.storage.replication.factor : -1
@@ -33,11 +33,11 @@ spec:
3333 # it should not happen that you pull someone else's container image. However, we
3434 # recommend changing this to your own container registry or using a different
3535 # image name for any other than demo purposes.
36- image : ttl.sh/strimzi-connect-example-4.1.0 :24h
36+ image : ttl.sh/strimzi-connect-example-4.1.1 :24h
3737 plugins :
3838 - name : kafka-connect-file
3939 artifacts :
4040 - type : maven
4141 group : org.apache.kafka
4242 artifact : connect-file
43- version : 4.1.0
43+ version : 4.1.1
0 commit comments