File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.3.1
18+ version : 0.3.2
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ metadata:
1414 strimzi.io/cluster : {{ $connect_name }}
1515spec :
1616 class : {{ $connector_config.class }}
17+ tasksMax : {{ $connector_config.tasksMax | default 1 }}
1718 config :
1819 kafka.topic : {{ $topic }}
1920 confluent.topic.sasl.mechanism : {{ $.Values.kafka.saslMechanism }}
Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ clusters:
115115# # If not set, a topic name is generated using the fullname template
116116# topic: example-topic
117117# class: io.confluent.connect.servicenow.ServiceNowSourceConnector
118+ # tasksMax: 1
118119# config:
119- # tasks.max: 1
120120# key.converter: org.apache.kafka.connect.json.JsonConverter
121121# value.converter: org.apache.kafka.connect.json.JsonConverter
122122# servicenow.url: https://customer.service-now.com/
You can’t perform that action at this time.
0 commit comments