nerdexam
Confluent

CCDAK · Question #158

You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task. What is the preferred deployment mode…

The correct answer is A. Standalone mode. Standalone mode is preferred for simple use cases like collecting logs from a single host with the Kafka Connect File Source connector. It is easy to set up and manage for local or single-node

Developing with Kafka Connect

Question

You need to collect logs from a host and write them to a Kafka topic named 'logs-topic'. You decide to use Kafka Connect File Source connector for this task. What is the preferred deployment mode for this connector?

Options

  • AStandalone mode
  • BDistributed mode
  • CParallel mode
  • DSingleCluster mode

How the community answered

(19 responses)
  • A
    89% (17)
  • B
    5% (1)
  • D
    5% (1)

Explanation

Standalone mode is preferred for simple use cases like collecting logs from a single host with the Kafka Connect File Source connector. It is easy to set up and manage for local or single-node

Topics

#standalone mode#distributed mode#File Source connector#Connect deployment

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice