I would like to override default supervision strategy for a stream that is returned by a route ( complete { stream } ). I can’t find a way to do it in akka-http.
Sorry, it looks source.withAttributes(ActorAttributes.supervisionStrategy(…)) is the solution.