Hi everyone, I noticed that Commons IO has a ThrottledInputStream, but it does not contain a corresponding ThrottledOutputStream.
Other projects like Apache Spark have a class that does this ( RateLimitedOutputStream), but I really don't want to include massive frameworks in my dependencies just to use a utility IO class that feels like a natural fit for Commons IO. Since the input side is already supported, would the team be open to adding ThrottledOutputStream? If there is interest, I'd be happy to develop it and submit a PR. Thanks, Vithor Pileco
