You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.