You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent a last few days running a docker compose file for installing this plugin along with confluent tools. However, got to know later that the plugin is not available at confluent hub. See below:
confluent-hub install --no-prompt jcustenborder/kafka-connect-transform-xml
Running in a "--no-prompt" mode
Unable to parse plugin id, make sure it has format: <owner>/<name>:<version|latest>
Error: Component not found, specify either valid name from Confluent Hub in format: <owner>/<name>:<version:latest> or path to a local file
btw, I tried placing the library in plugin.path as well for custom installation by directly copying the jar file into kafka connect. However, that doesn't work as well. I can provide more info on this if needed.
The text was updated successfully, but these errors were encountered:
Hello,
I spent a last few days running a docker compose file for installing this plugin along with confluent tools. However, got to know later that the plugin is not available at confluent hub. See below:
btw, I tried placing the library in plugin.path as well for custom installation by directly copying the jar file into kafka connect. However, that doesn't work as well. I can provide more info on this if needed.
The text was updated successfully, but these errors were encountered: