akka/akka-core

EventAdapter can fail more nicely if match error occurs

Open

#18,230 opened on Aug 17, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (3,547 forks)batch import
1 - triagedhelp wantedt:persistence-query

Repository metrics

Stars
 (13,277 stars)
PR merge metrics
 (Avg merge 8d 19h) (10 merged PRs in 30d)

Description

As witnessed by gitter chat @ August 17, 2015 7:08 AM users will forget to properly handle case _ =>, we can catch matche errors there and at least include a little bit of information on which message it failed.

Contributor guide