When the connector worker is paused, no tasks are paused either.
"status": {
"name": "source-02",
"connector": {
"state": "PAUSED",
"worker_id": "*"
},
"tasks": [
{
"id": 0,
"state": "RUNNING",
"worker_id": "*"
}
],
"type": "source"
}
If the connector is a jdbc source connector, does it continue to request db select queries?
When is a worker used to pause?