Skip to content

Commit 99fb2c5

Browse files
authored
Implement ActivationClientProxy (#5119)
ActivationClientProxy actor fetches activationMessage from scheudler side using akka grpc, and forwards the activationMessage to its parent actor FunctionPullContainerProxy actor.
1 parent 71585f1 commit 99fb2c5

File tree

6 files changed

+969
-59
lines changed

6 files changed

+969
-59
lines changed

common/scala/src/main/scala/org/apache/openwhisk/common/TransactionId.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ case class TransactionId private (meta: TransactionMetadata) extends AnyVal {
191191
case Some(parent) => findRoot(parent)
192192
case _ => meta
193193
}
194+
195+
def serialize = TransactionId.serdes.write(this).compactPrint
194196
}
195197

196198
/**

0 commit comments

Comments
 (0)