I’m wondering if another possible short term solution could be to wrap the Single
coming back from the bindings into a separate implementation of Single
that does the wrapping suggested in the StackOverflow answer you shared, calling the toFuture
method of Single
on the original one. It’s a bit convoluted but could serve the purpose.