Accessing Confluent Kafka using cKafka
This scenario applies only to Talend ESB, Talend Data Services Platform, Talend MDM Platform, Talend Real-Time Big Data Platform, and Talend Data Fabric.
This scenario will show you how to use the cKafka component for message exchange with Confluent Kafka message broker using schema registry.
Before creating the Route in this scenario, check that you meet the following prerequisites.
- You have downloaded the set of Confluent Kafka Docker images from the Git
repository:
git clone https://github.com/confluentinc/cp-all-in-one -b 7.1.0-post
- Docker must be up and running.
- Local Confluent Kafka environment is started using
Docker:
cd cp-all-in-one/cp-all-in-one docker-compose up
For more information about the cKafka component, see the Apache Camel documentation.
For the differences between Apache Kafka and Confluent Kafka, see the Confluent Kafka documentation.