Installing and Using the Connector
Prerequisites
Before proceeding with this guide, make sure that the following programs are installed and functioning properly on your development machine:
- Java Development Kit version 17
- Java Runtime Environment version 17
- Apache Maven 3.6.3 or greater
Obtaining the Connector
The connector can be installed from Maven Central Repository using the following dependency snippet:
<dependency>
<groupId>com.crankuptheamps.flink</groupId>
<artifactId>flink-connector-amps</artifactId>
<version>1.2.0-2.2</version>
</dependency>
Additionally, the source code can be found at the following repository: