VictoriaMetrics/app/vlinsert/jsonline
Aliaksandr Valialkin 237a3d60b0
app/vlinsert: continue parsing JSON lines in the input stream after parse errors
Previosly the parsing of the input stream was stopped after the first parse error.
This isn't what most users expect when ingesting JSON lines in a stream where some JSON lines may be invalid.

(cherry picked from commit ebac07bcf6)
2025-02-10 21:32:31 +04:00
..
jsonline.go app/vlinsert: continue parsing JSON lines in the input stream after parse errors 2025-02-10 21:32:31 +04:00
jsonline_test.go app/vlinsert: continue parsing JSON lines in the input stream after parse errors 2025-02-10 21:32:31 +04:00