Anton Tsitou

Results 172 comments of Anton Tsitou

@rustatian we should consider doing the same for GRPC (streaming).

None. We are still thinking how would that look like. Most likely we can provide you hook entry point for activities, but not for the workflows as I don't think...

Not implemented due to the fact that you create activity classes manually, so you control injections to them. The container refactor planned later this year, with some internal changes and...

You can find an example of integration here: https://github.com/spiral/temporal-bridge/blob/master/src/InvokeActivityRouter.php Essentially you can intercept the activity call and manipulate it with input or output parameters, or handle exceptions.

Hi, unfortunately, it is not possible to overwrite the PHP exception trace as it possible in Java. So the only option (from our perspective) was to include it into the...

Can you clarify if you mean having metrics in general or you are talking that from the metrics that RR provides this particular missed?