The documentation from Akka Typed provides pool or group routing only. My intent is to the same actor process any messages with a particular id.
Example: If I configure to use a pool size of say 5, then messages would be processed by message-id % 5 ways.
We haven’t opened up the routing implementations for custom routing schemes, but the actual implementation of each of the routers (sans the configuration API) is very little code so it is relatively simple to write your own with inspiration from either of the typed routers: