Built-in alternative to MaxInFlightRequestStrategy

Is there a built-in alternative to the MaxInFlightRequestStrategy that was present as part of the ActorSubscriber?. I’m looking to create global shared throttler that can be shared among multiple streams, and it should be based on a queue with in-flight requests instead of time like the throttle operator.