infinyon / fluvio-docs

📚 Documentation for Fluvio & InfinyOn Cloud
https://fluvio.io
4 stars 3 forks source link

Unstable SQL example #218

Open ZeroNerodaHero opened 3 months ago

ZeroNerodaHero commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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