Skip to content
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

Unstable SQL example #218

Open
ZeroNerodaHero opened this issue Aug 21, 2024 · 2 comments
Open

Unstable SQL example #218

ZeroNerodaHero opened this issue Aug 21, 2024 · 2 comments

Comments

@ZeroNerodaHero
Copy link
Contributor

I could recreate the SQL example but if you end up copying the wrong inputs to the producer, the whole connection still runs but nothing in the postgres table updates. Logs are empty too. Could someone try to recreate the issue?

https://github.com/infinyon/fluvio-docs/blob/main/versioned_docs/version-0.11.11/fluvio/tutorials/sql-sink.mdx

@ZeroNerodaHero
Copy link
Contributor Author

In my experience if instead of:
{"fact":"A cat’s jaw can’t move sideways, so a cat can’t chew large chunks of food.","length":74}
the I were to type
abcd
and then enter a proper input
{"fact":"A cat’s jaw can’t move sideways, so a cat can’t chew large chunks of food.","length":74}
the connector stops outputting to the table. I tried to restart the sql as well as fluvio, the connector still runs but nothing outputs to the sql table.

@ZeroNerodaHero
Copy link
Contributor Author

I also would like to add that my log file grew to 12GB for some reason.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant