Service invocation using DAPR via Temporal

Has anyone came across or used Temporal workflow activities that use DAPR service invocation? Im wondering whether Temporal is a feasible replacement for DAPR Workflow but can call other microservices by invoking DAPR sidecar applications. Don’t really want to lose the reusability of our microservices and equally the sidecar pattern has benefits beyond just invocation e.g secrets and observability.

Just curious if a hybrid approach is plausible as DAPR is great for other parts that aren’t necessarily needed for workflows.

Temporal activities don’t have any limitations, so they call whatever DAPR APIs necessary.

1 Like

Brilliant - if that’s the case then I may investigate further on it. I was hesitant to leave the ecosystem but DAPR workflows aren’t as feature rich