lhotari commented on PR #11: URL: https://github.com/apache/pulsar-client-reactive/pull/11#issuecomment-1291944799
With the pluggable implementation, there could be a SPI instance which is loaded with Java's Service Loader API. Instead of trying to instantiate the adapted type directly, this would be handled by the plugin manager which has all SPI instances available. The SPI interface must have way to choose the correct instance for a certain type. -- 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]
