Installation
How to install Connect File Pulse
Connect FilePulse can be installed either from GitHub Releases Page or from Confluent Hub.
Caution
You should note that the connector downloaded from Confluent Hub may not reflect the latest available version.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=2.13.0
wget 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
Important
When you run Connect workers in distributed mode, the connector-plugin must be installed on each of machines running Kafka Connect.Last modified March 16, 2024: ci: release version 2.14.0 🎉 (49999b8f)