style95 commented on code in PR #5338:
URL: https://github.com/apache/openwhisk/pull/5338#discussion_r1005475229
##########
core/invoker/src/main/scala/org/apache/openwhisk/core/invoker/Invoker.scala:
##########
@@ -250,7 +251,7 @@ trait InvokerCore {
def disable(): String
def isEnabled(): String
def backfillPrewarm(): Route
- def status(): Future[Map[String, List[String]]]
+ def getPoolState(): Future[Either[NotSupportedPoolState,
TotalContainerPoolState]]
Review Comment:
This is one small change from the original codes.
I wanted to isolate Akka-HTTP dependency on the invoker server layer.
So each InvokerReactive just returns non-Akka-HTTP-related data.
The invoker server is only dependent on Akka-HTTP.
--
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]