kafka-go
                                
                                 kafka-go copied to clipboard
                                
                                    kafka-go copied to clipboard
                            
                            
                            
                        Do not panic on errors
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.