Dev Requirements
Prerequisites
Stream Connectors
Java 11
Scala 2.12.11
Apache Flink 1.17.2
Apache Kafka 2.8.1
Batch Connectors
Java 11
Scala 2.12.11
Apache Spark 3.5.1
Apache Kafka 2.8.1
Libraries
Make sure you have the necessary repositories for the development
Setup
job-sdk-scala
connector-sdk-scala
Adding Dependencies
Stream Connectors
Add the following to your project's pom.xml
file under dependencies
pom.xml
Batch Connectors
Add the following to your project's pom.xml
file under dependencies
pom.xml
Last updated