kafka-go icon indicating copy to clipboard operation
kafka-go copied to clipboard

Do not panic on errors

Open vbmithr opened this issue 1 year ago • 1 comments

In general I see that many functions in this library, e.g. kafka.NewReader panic on error. It should return an error instead, because it's not up to a library to figure out how errors should be treated.

vbmithr avatar Apr 27 '24 14:04 vbmithr