looking for a counterpart to hystrix collapser, but without RxJava, providing seamless batching of multiple single HTTP calls into bigger chunks for endpoints which support fetching multiple resources in a single request. Is there some pattern for doing this with coroutines?