Confluent
CCAAK · Question #41
Which of the following are Kafka Connect internal topics? (Choose three.)
The correct answer is A. connect-configs C. connect-status E. connect-offsets. connect-configs stores connector configurations. connect-status tracks the status of connectors and tasks (e.g., RUNNING, FAILED). connect-offsets stores source connector offsets for reading from external systems.
Kafka Connect
Question
Which of the following are Kafka Connect internal topics? (Choose three.)
Options
- Aconnect-configs
- Bconnect-distributed
- Cconnect-status
- Dconnect-standalone
- Econnect-offsets
How the community answered
(27 responses)- A81% (22)
- B7% (2)
- D11% (3)
Explanation
connect-configs stores connector configurations. connect-status tracks the status of connectors and tasks (e.g., RUNNING, FAILED). connect-offsets stores source connector offsets for reading from external systems.
Topics
#Kafka Connect#internal topics#connect-configs#connect-offsets
Community Discussion
No community discussion yet for this question.