What is Kafka Connect?

It is worth mentioning that just like Schema Registry, Kafka Connect is an external and independent service to Kafka.

Kafka Connect will be very useful when you want to have constant flow of data from a data store (source) to another (sink).

Kafka Connect works with plugin, you can find several connector on Confluent Hub. In this sandbox we have installed 3 plugins:

Plugins above can be found at:

ls kafka-connect/plugins