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
We have PublisherSource and SubscriberSource but these are based on the org.reactivestreams API. We have other methods and classes to support the Java 9 equivalents but these involve delegating to the org.reactivestreams based classes.
It seems like for performance reasons we should using code that uses the Java 9 classes directly instead of doing conversions.
It's possible that the code is this way as it was easier when we had to support Java 8 to minimise the code that uses the Java 9 APIs