Installation

How to install Connect File Pulse

Connect FilePulse can be installed either from GitHub Releases Page or from Confluent Hub.

Confluent Hub CLI installation

Use the Confluent Hub client to install this connector with:

confluent-hub install streamthoughts/kafka-connect-file-pulse:latest

Download Installation

Download the distribution ZIP file for the latest available version.

Example :

export VERSION=1.3.0
curl -sSL https://github.com/streamthoughts/kafka-connect-file-pulse/releases/download/v$VERSION/streamthoughts-kafka-connect-file-pulse-$VERSION.zip

Extract it into one of the directories that is listed on the plugin.path worker configuration property.

You can also use the Confluent Hub CLI for installing it.

$ confluent-hub install --no-prompt streamthoughts-kafka-connect-file-pulse-$VERSION.zip
Last modified March 2, 2022: docs: fix missing archive (ffdb9ab7)