Getting the code
How to get and build the code ?
Prerequisites for building Connect File Pulse
- Git
- Maven (we recommend version 3.5.3)
- Java 11
Building Connect File Pulse
The code of Connect File Pulse is kept in GitHub. You can check it out like this:
$ git clone https://github.com/streamthoughts/kafka-connect-file-pulse.git
The project uses Maven, you can build it like this:
$ cd kafka-connect-file-pulse
$ mvn clean package -DskipTests
Confluent Hub
Connect File Pulse is packaged into an archive file compatible with confluent-hub client.Last modified March 9, 2023: release version 2.9.0 (c30f0297)