Hi team, I have run into a problem . Our service has used same temporal in two different clusters(Cluster A and Cluster B), the service registered different worker in separate cluster. Now we want to extract some data from Cluster A and pass the data to Cluster B. How can I achieve this with Temporal. I have come up with some possible method, but not certain if it’s supported by Temporal.
- Assume that temporal can pass data between two different workers.
- Assume that Cluster A can pass the data to Temporal’s database, and the Cluster B’s workflow read it