-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a list of the available downloadable connectors #4265
Comments
@digikata can you please share the details, and maybe the ‘hello world’ connector as well. |
@ajhunyady Thank you so much for responding. Just an update. I got the list of the available connectors by doing "fluvio hub connector list". However, the duckdb-sink connector says 404 error not found. I'm trying the sql-sink connector now where the given config in the hub link uses json-sql smart module. The json-sql smart module also seems to be missing as this also throws a 404 Not Found error. Also, when I try to deploy the connector using cdk deploy start command, it says connector started but after listing it says Stopped under status. I observed the same with the mqtt-source connector as well. Please find the screenshot below. So, I think @digikata and @ajhunyady it would be really helpful if you could share that "hello world" connector along with the step-by-step instructions to set it up. |
The sql sink connector download command is
Which gives you
And then the command to download is:
Can you share your connector config.yaml for the stopped connectors? |
@Yashaswini1998, smartmodules are downloaded on your cluster and they require a different command:
Unfortunately DuckDb connector was experimental and we did not update it. We'll move that out of the |
@ajhunyady Okay, Thank you so much for your response. Can you please confirm if we can expect duckdb connector to be available anytime soon? @drc-infinyon Thank you for your response too!
Am I missing any step? Note: I have checked that the fluvio cluster is resumed and running |
what does |
A few questions:
|
Hi, can someone please direct me to the list of available downloadable list of inbound and outbound connectors?
The hub link only gives the details and not the commands to download the connectors using the cdk command as shown here for the HTTP inbound connector in the quickstart "cdk hub download infinyon/[email protected]"
The config files given in the hub link ask for a complete RUST project to be built from scratch including files like Cargo.toml etc. Can someone please share a sample project I can refer to build my custom connectors as well?
The text was updated successfully, but these errors were encountered: