akka/akka-http

Allow configuration of client infrastructure dispatcher

Open

#1,278 opened on Jul 13, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Scala (598 forks)batch import
1 - triagedhelp wantedt:clientt:core

Repository metrics

Stars
 (1,311 stars)
PR merge metrics
 (Avg merge 1d 10h) (2 merged PRs in 30d)

Description

Stream parts of the pool run with the dispatcher defined in the passed Materializer. Actor parts of the pool, however, run with the dispatcher given to the PoolMasterActor. We should allow customizing the dispatcher used there.

Original request on the ML: https://groups.google.com/d/topic/akka-user/E_PEnXSBM1I/discussion

Contributor guide