File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,6 @@ spec:
125125 # By default, the format is '${object}-${eventType}', but it's shown here for clarity.
126126 connectivitypack.topic.name.format : ' ${object}-${eventType}'
127127
128- # `tasksMax` must be equal to the number of object-eventType combinations
129- # In this example it is 1
130- tasksMax : 1
131-
132128 # Specifies the converter class used to deserialize the message value.
133129 # Change this to a different converter (for example, AvroConverter) as applicable.
134130 value.converter : org.apache.kafka.connect.json.JsonConverter
@@ -139,4 +135,8 @@ spec:
139135
140136 # Optional, set the topic for producing the heartbeat events.
141137 connectivitypack.source.heartbeat.topic : heartbeat-${topic}
138+
139+ # `tasksMax` must be equal to the number of object-eventType combinations
140+ # In this example it is 1
141+ tasksMax : 1
142142` ` `
You can’t perform that action at this time.
0 commit comments