pekko icon indicating copy to clipboard operation
pekko copied to clipboard

Remove FIXME and TODO in code base

Open He-Pin opened this issue 5 months ago • 0 comments

eg:

      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)

He-Pin avatar Sep 07 '25 07:09 He-Pin