heetch / felice

Felice is a nascent, opinionated Kafka library for Go, in Go
MIT License
20 stars 1 forks source link

Recover panic from consumer goroutines #34

Open asdine opened 5 years ago

asdine commented 5 years ago

When a handler panics we need to recover and retry to prevent the service to crash.