Skip to content

Commit a5853af

Browse files
committed
Implement ActivationClientProxy
ActivationClientProxy actor fetches activationMessage from scheudler side using akka grpc, and forwards the activationMessage to its parent actor FunctionPullContainerProxy actor.
1 parent 0b2d2ab commit a5853af

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)