akka/akka-core

Java EventFilter only available for errors

Open

#25,668 opened on Sep 21, 2018

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

Repository metrics

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

Description

In the Scala testkit event filter we can filter for any kind of log entries, but the current Java API only allows for filtering errors/exceptions. It should cover the same functionality as the Scala one.

Contributor guide