Open
Description
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?