jerrypeng commented on a change in pull request #3166: Sources/Sinks can be
launched using fat jars as well
URL: https://github.com/apache/pulsar/pull/3166#discussion_r241217111
##########
File path:
pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/LocalRunner.java
##########
@@ -120,39 +120,35 @@ void start() throws Exception {
if (builtInSource != null) {
sourceConfig.setArchive(builtInSource);
}
- NarClassLoader classLoader;
Review comment:
does this mean we cannot run a built-in source or sink locally?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services