-
Notifications
You must be signed in to change notification settings - Fork 487
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:
|
There are some communication issues between the SC and the SPU. The connectors are essentially fluvio clients from the cluster's point of view. |
The cluster works fine for sometime. But the observation is that I start getting these timed out errors after using it for a while. And won't recover even after deleting all the current deployments and redeploying connectors. Anyway, for the time it's working, can you please share some example program showing a source connector with a smart module -> data transferred to sink -> sink connector with a smart module? Basically, how do I build a complete pipeline with these connectors to send and receive data across devices? This would be really helpful! |
Hi @Yashaswini1998 , What's version of Fluvio and CPU Arch ( x86 or Arm64?). There is log file in the `~/.fluvio/log. Hop in our discord https://discord.com/invite/bBG2dTz, for more interactive discussion. |
Hi @sehz, please find the details below I'm facing another problem, wherever I deploy and start the sql-sink connector, the log file grows rapidly and hogs up the disk space even if I'm not sending any data to the sink. There is nothing in the postgres SQL table as well to which the sql-sink connector is configured to write. |
Connector is continuously repeating same operation which results in same error which is filling the log. To fix this issues, can you share Postgres version? Not sure whether this is fluvio or Postgres connection issue. |
Postgres version |
In order to diagnose this further, can you describe step by step instruction on how to reproduce problem or point to existing configuration? |
I'm following the steps given in https://www.fluvio.io/docs/hub/connectors/outbound/sql
Now, I leave it idle, no data pushed to the topic. Still the log file grows as big as 30+ GBs within 1-2 hrs. |
I was able to get sql sink connecter to postgres running. Can you share your connector configuration so I could replicate it? |
Stale issue message |
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: