He-Pin opened a new issue, #2172:
URL: https://github.com/apache/pekko/issues/2172
```scala
case "BalancingDispatcher" =>
// FIXME remove this case in Akka 2.4
throw new IllegalArgumentException(
"BalancingDispatcher is deprecated, use a BalancingPool instead. "
+
"During a migration period you can still use BalancingDispatcher
by specifying the full class name: " +
classOf[BalancingDispatcherConfigurator].getName)
```
Seems we can remove it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]