Hello!
I am trying to use MemSQL Pipelines to ingest some data from Kafka and process it by a stored procedure.
Although the TEST PIPELINE works like a charm, and produces JSON messages from Kafka, when I start the pipeline, it’s shown as “running” when I check it with “show pipelines” statement, and then the state changes to “Paused due to error. Run START PIPELINE or consider setting pipelines_stop_on_error to false”.
I don’t see any error messages coming in memsql.log or tracelog.log in /var/lib/memsql/{ID}, even with set global general_log = ON.
Is there any way to see the actual error to dig up the reason behind?
Regards,
Denis