Mark As Completed Discussion

Try this exercise. Fill in the missing part by typing it in.

In Kafka Connect, a connector is a plugin that defines the logic for ___ data from a source system or ___ data to a target system.

The built-in connectors provided by Kafka Connect support various systems such as databases, file systems, and message queues. You can also develop your own ___ connectors if needed.

Once a connector is configured, you can start and run it in a Kafka Connect ___.

Kafka Connect makes it easy to integrate Kafka with ___ systems and build data pipelines for data ingestion and export.

Write the missing line below.