Add flag to ignore Protobuf deserialization errors #197
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hello, everyone!
Currently, if there's an error when deserializing a protobuf message, the program stops consuming and exits. I understand why this might be the desired behavior in some circumstances, but should this always be the case? Would it make sense to add a flag to simply report such errors and keep it running?
The text was updated successfully, but these errors were encountered: