akka-http-switch-routes-demo A demonstration of dynamic route switching based on incoming requests in akka-http. There are two example approaches: Encapsulating the switch decision (and state) in an actor. Explicitly synchronized switch variable.