nerdexam
Confluent

CCDAK · Question #199

Where are source connector offsets stored?

The correct answer is A. offset.storage.topic. Source connector offsets are stored in the topic specified by the offset.storage.topic configuration

Developing with Kafka Connect

Question

Where are source connector offsets stored?

Options

  • Aoffset.storage.topic
  • Bstorage.offset.topic
  • Ctopic.offset.config
  • Doffset.storage.partitions

How the community answered

(20 responses)
  • A
    90% (18)
  • B
    5% (1)
  • C
    5% (1)

Explanation

Source connector offsets are stored in the topic specified by the offset.storage.topic configuration

Topics

#source connector offsets#offset.storage.topic#Kafka Connect configuration#offset storage

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice