These 2 commits are when the Protocol Buffers files have changed:
Commit: | 99fb2c5 | |
---|---|---|
Author: | ningyougang | |
Committer: | GitHub |
Implement ActivationClientProxy (#5119) ActivationClientProxy actor fetches activationMessage from scheudler side using akka grpc, and forwards the activationMessage to its parent actor FunctionPullContainerProxy actor.
The documentation is generated from this commit.
Commit: | cd6fded | |
---|---|---|
Author: | Seonghyun Oh | |
Committer: | GitHub |
[New Scheduler] Add ActivationService (#5070) * Add ActivationService for scheduler * Add annotation * Add license header * Reformat activation.proto * Reduce request timeout * Add license header * Scan code before compiling the code