CCDAK · Question #173
CCDAK Question #173: Real Exam Question with Answer & Explanation
The correct answer is A. The connector will wait 60000ms before trying to commit offsets for tasks. B. The connector will wait 500ms for offset data to be committed. C. The connector will commit offsets to a topic called connect-offsets. D. The offsets topic will use the broker default replication factor.. offset.flush.interval.ms=60000 means the connector waits 60,000 ms before trying to commit offsets for tasks. offset.flush.timeout.ms=500 means the connector waits up to 500 ms for the offset commit to offset.storage.topic=connect-offsets specifies the topic used for storing offs
Question
Options
- AThe connector will wait 60000ms before trying to commit offsets for tasks.
- BThe connector will wait 500ms for offset data to be committed.
- CThe connector will commit offsets to a topic called connect-offsets.
- DThe offsets topic will use the broker default replication factor.
- EThe offsets topic will not be replicated.
- FThe connector will commit offsets to the broker default offsets topic.
- GThe connector will wait 60000ms for offset data to be committed.
- HThe connector will wait 500ms before trying to commit offsets for tasks.
Explanation
offset.flush.interval.ms=60000 means the connector waits 60,000 ms before trying to commit offsets for tasks. offset.flush.timeout.ms=500 means the connector waits up to 500 ms for the offset commit to offset.storage.topic=connect-offsets specifies the topic used for storing offsets. offset.storage.replication.factor=-1 means the topic will use the broker's default replication factor.
Community Discussion
No community discussion yet for this question.