kafqa
kafqa copied to clipboard
Parser creation failure should stop the application
If proto parser is used, we create protoparse.Parser
and when there's error, current application keeps running and logs error during decode. Instead should stop the application if parser creation failed.