He-Pin opened a new issue, #2288: URL: https://github.com/apache/pekko/issues/2288
Motivation: With the current ` type Decider = Function[Throwable, Directive]` , we can not know the current element that causes the exception, I think it would be better to be ` type Decider = Function2[Throwable,Any, Directive]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
