merlimat commented on issue #1988: Fix: avoid closing RuntimeFactory when any function stops URL: https://github.com/apache/incubator-pulsar/pull/1988#issuecomment-398621230 @jerrypeng @rdhabalia When running with threads we should do something similar to what we're doing in the Storm adapter, to cache the client (and producer/consumer) instances across threads: https://github.com/apache/incubator-pulsar/blob/master/pulsar-storm/src/main/java/org/apache/pulsar/storm/SharedPulsarClient.java
---------------------------------------------------------------- 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
