VictoriaMetrics/lib/protoparser/clusternative/stream
Phuong Le c2f3aa291a
lib/protoparser/clusternative: properly return error from parsing callback
Previously the `callbackErr` is silently ignored in clusternative parser, which is used at vminsert for parsing clusterNative requests and at vmstorage for parsing vminsert requests.

 This commit  fixes that by properly return callbackError after reading all block metrics. This aligns
with other parsers in `lib/protoparser`.
2025-02-12 10:32:28 +01:00
..
streamparser.go lib/protoparser/clusternative: properly return error from parsing callback 2025-02-12 10:32:28 +01:00