markusthoemmes commented on a change in pull request #2228: Hook up reactive pool into invoker startup URL: https://github.com/apache/incubator-openwhisk/pull/2228#discussion_r116379661
########## File path: core/invoker/src/main/scala/whisk/core/invoker/Invoker.scala ########## @@ -45,6 +45,8 @@ import whisk.http.Messages import whisk.utils.ExecutionContextFactory import whisk.common.Scheduler import whisk.core.connector.PingMessage +import scala.util.Try +import whisk.core.connector.MessageProducer Review comment: Same comment on `Invoker.scala` ---------------------------------------------------------------- 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
