Hi,
We’re ingesting JSON formatted data from kafka with a pipeline.
Is there a way to protect from parsing errors? A malformed message causes
start pipeline sm_filtering_accesses_pipeline foreground
ERROR 2328 ER_REPLAY_CATCHING_UP: Leaf Error (mem2-worker03:3306): Leaf Error (mem2-worker03:3306): JSON syntax error at byte 35 of object 1. Error: Missing a colon after a name of object member. Contents just before that byte: {"6c59b0724fdb450699066e1eaaf80b86".
I have tried changing
set global pipelines_stop_on_error=OFF;
but the result is the same.
We’re using SingleStore 7.6.7 and have no schema validator to take care of this.