pjfanning opened a new issue, #2459: URL: https://github.com/apache/pekko/issues/2459
* 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
