Restrict String size when data is being inserted into cache
Open
bug
cache
connectors
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 145
- PR merge metrics
- No merged PRs in 30d
Description
```
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 ?
Contributor guide
Assessment
This issue has not been assessed yet.