ningyougang commented on a change in pull request #5098:
URL: https://github.com/apache/openwhisk/pull/5098#discussion_r615500452



##########
File path: 
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/InvokerReactive.scala
##########
@@ -299,4 +300,8 @@ class InvokerReactive(
     }
   })
 
+  override def enable(): Route = ???

Review comment:
       Sorry, you mean implement it like below?
   ```
   override def enable(): Route = {
       complete("todo or pong")
   }
   ```
   Due to InvokerReactive extends InvokerCore which has `enabled/disabled`,
   so need to implement enable/disabled




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to