![]() |
VOOZH | about |
The CData JDBC Driver for Kafka enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Kafka as sources and destinations. In this article, you will use the JDBC Driver for Kafka to set up a simple transfer into a flat file. The CData JDBC Driver for Kafka enables you to use the data transformation components in CloverDX (formerly CloverETL) to work with Kafka as sources and destinations. In this article, you will use the JDBC Driver for Kafka to set up a simple transfer into a flat file.
Set BootstrapServers and the Topic properties to specify the address of your Apache Kafka server, as well as the topic you would like to interact with.
You may be required to trust the server certificate. In such cases, specify the TrustStorePath and the TrustStorePassword if necessary.
For assistance in constructing the JDBC URL, use the connection string designer built into the Kafka JDBC Driver. Either double-click the JAR file or execute the jar file from the command-line.
java -jar cdata.jdbc.apachekafka.jar
Fill in the connection properties and copy the connection string to the clipboard.
👁 Using the built-in connection string designer to generate a JDBC URL (Salesforce is shown.)A typical JDBC URL is below:
jdbc:apachekafka:User=admin;Password=pass;BootStrapServers=https://localhost:9091;Topic=MyTopic;
SELECT Id, Column1 FROM SampleTable_1 WHERE Column2 = '100'
Download a free trial of the Apache Kafka Driver to get started:
Download NowLearn more:
👁 Apache Kafka IconRapidly create and deploy powerful Java applications that integrate with Apache Kafka.