As I see from the documentation and other references, it seems the connector will be instantiated with a single task no matter the value defined through the property (tasks.num)
- Distributed Official Mongodb Kafka Source Connector with Multiple tasks Not working
- What is the relationship between connectors and tasks in Kafka Connect?
- Whether this property
tasks.num
will have any impact like in the case of fail over etc ..? Say , iftasks.num
is configured with 2 and a jdbc connector is used with a single task and if that task fails and other will take over ? - What is the significance of distributed mode in this case, effectively, the connector is created with a single task ?