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)- A89% (17)
- B5% (1)
- D5% (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.