Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working in play 2.5 #1

Open
vishaljoshi opened this issue Jul 3, 2016 · 1 comment
Open

not working in play 2.5 #1

vishaljoshi opened this issue Jul 3, 2016 · 1 comment

Comments

@vishaljoshi
Copy link

vishaljoshi commented Jul 3, 2016

I tried to port this in java to run it on play 2.5
just wanted to know if this approach will still work. I don't think the new dispatcher gets picked up . Any suggestions will be great

play {
akka {
actor {
default-dispatcher {
type = "com.test.MDCDispatcherConfiguration"
}
}
}
}

@pauldraper
Copy link

pauldraper commented Mar 3, 2017

@vishaljoshi, in Play 2.5, there is no "play" prefix for akka config.

Not sure if the rest works in Play 2.5, but that is at least one of your issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants