Confluent
CCAAK · Question #80
Which does the GET /connectors/(string: name)status endpoint return?
The correct answer is B. Current connector status, including state and worker assignment. The status endpoint provides the runtime state of the connector and its tasks, along with the worker node currently running them, allowing visibility into operational health.
Kafka Connect
Question
Which does the GET /connectors/(string: name)status endpoint return?
Options
- AConfiguration parameters for the connector
- BCurrent connector status, including state and worker assignment
- CList of active and passive tasks generated by the connector
- DList of connector plugins installed in the Kafka Connect cluster
How the community answered
(36 responses)- A14% (5)
- B75% (27)
- C3% (1)
- D8% (3)
Explanation
The status endpoint provides the runtime state of the connector and its tasks, along with the worker node currently running them, allowing visibility into operational health.
Topics
#Connect REST API#connector status#worker assignment#monitoring
Community Discussion
No community discussion yet for this question.