Connect File Pulse plugin is not loading
See original GitHub issueI am trying to install filepilse-2.4.1
but not getting the plugin loaded.
I am using a Centos which is a unix OS. Also if it matters I am using a vanilla Kafka. Not a Confluent Platform and Not a Docker.
What I have done:
- I have downloaded the zip file from github for version 2.4.1.
- Unzipped the
filepuse-2.4.1
. and added the path to myconnect.properties
file like so:plugin.path=/opt/filepulse-path
- Restarted my Kafka connect.
- Checked to see if the Connect File Pulse plugin is correctly loaded:
$ curl -sX GET http://localhost:8083/connector-plugins | grep FilePulseSourceConnector
Result: Nothing is showing up. I also tried to run this:
$ curl -sX GET http://localhost:8083/connector-plugins
and I am able to see some of the other connectors.
Am I missing something or doing something wrong? I would appreciate any input/suggestions.
Thank you!
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
File Pulse Connector is installed but getting error that class not ...
yes , I did restart the connect-worker after installing the plugin and its running in stand alone mode . The worker is configured...
Read more >kafka-connect file-pulse connector standalone could not start ...
I found the plugin. path property for the 'file-pulse' connector has to be the parent folder of the jar files. so below worked....
Read more >Installation | Kafka Connect File Pulse - GitHub Pages
How to install Connect File Pulse. Connect FilePulse can be installed either from GitHub Releases Page or from Confluent Hub.
Read more >Pulse secure dose not load the connection windows....
When launching Pulse secure the software opens with no connection windows and dose not allow you to click on file to add connections....
Read more >FilePulse Source Connector | Confluent Hub
The Kafka Connect FilePulse Connector is a powerful source connector that makes it easy to parse, transform, and load data from the local...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just an update: after updating the Java version to 11 I am able to see the FilePulse plugin now. Thank you all for the help.
/usr/share/confluent-hub-components
)streamthoughts-kafka-connect-file-pulse
Then start Connect and check logs - You should be able to see something like