[akka-user][deprecated] ActorSystems take very long to shutdown in integration test environment

2018-08-10 Thread Manfred Bergmann
Hello. Under unit-test conditions the ActorSystem usually shuts down very quickly. But we have some integration tests that fire up 2 or more ActorSystems on different ports. They are opened and closed for each test. Each basically runs almost the complete application with numerous Actors. The s

[akka-user][deprecated] Not able to 'attach' custom dispatcher in configuration

2018-08-10 Thread Ivan Subotic
Dear all I'm trying to use a custom dispatcher. In `application.conf` I have defined the following: akka.actor.deployment { # httpTriplestoreRouter /storeManager/triplestoreManager/httpTriplestoreRouter { dispatcher = my-httpTriplestoreConnector-dispatcher router = roun