Kafka connector

Use the Kafka connector to connect to the Kafka server and perform read and write operations.

Use the Kafka connector to perform the following operations:
  • Read messages from topics
  • Write messages into topics

Before using the Kafka connector, ensure that the Kafka server with zookeeper is up and running. Kafka server can either be a standalone installation or can also be a part of the cluster spanning over two or more nodes.