Open
Description
The use of log.Fatal
causes the upstream application to exit.
Lines 95 to 112 in c3c1bd3
Is there a reason why we don't want to return an error and/or the shutdown function and expect developers to implement the go-routine to shutdown appropriately?
log.Fatal
will kill the process even in goroutines https://go.dev/play/p/Hy6rKkePzJY
Metadata
Assignees
Type
Projects
Status
📨 Product Backlog
Activity