Closed
Description
I wrote my first code using armeria-rxjava
and I was surprised that despite us having official integration, I still needed another library, future-converter
to actually use it with Armeria, which heavily uses CompletableFuture
. Should we expose these converters in armeria-rxjava
itself? We could probably just shade that library in, or reimplement since it's not a lot of code.