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.