dozer icon indicating copy to clipboard operation
dozer copied to clipboard

Restrict String size when data is being inserted into cache

Open v3g42 opened this issue 1 year ago • 1 comments

Failed to insert record in Cache: "events", Error: Query(InsertValue(BadValSize)). Usually this happens if primary key is wrongly specified

Right now if string is long, dozer panics.

  • One event cannot bring the pipeline.
  • Secondly if the string is longer, maybe we can trim ?

v3g42 avatar Mar 08 '23 07:03 v3g42

Yes we can do trimming. Pipeline crash is bad.

chubei avatar Mar 08 '23 07:03 chubei