I’ve been reading that Shard size can’t be changed once a cluster has been initialized. This is pretty well explained in a few technical documents, so I won’t ask anything else about that.
This did get me thinking though: With the experimental “Multi-cluster Replication” feature, does this enable a way for people to change shard size without having to stop all long-running workflows?
I have a few questions that should help to answer this:
- When running Multi cluster replication, do all clusters need to have to same shard size?
- Is it safe to turn off the “old” cluster once replication has finished without terminating long-running jobs? (like a job that sleeps for 30 days between runs)
- Is it possible to run Multi cluster replication with different data stores? (ie, could I migrate from SQL → Cassandra via this path also?)
Hopefully these answers will help some other people out too. We’ve been evaluating setting up Temporal for our production infrastructure and using it to migrate from our AWS SQS-based infrastructure, but these scenarios are important for me before making we dedicate to that path.
Thank you!