What is the recommended setup for running Cadence/Temporal with Cassandra on production?

We’ll be running our own Cassandra setup on Kubernetes

What is the recommended

  • cluster size
  • replication factor
  • write level
  • read level
  • Any other parameter that I may have missed

Rough scale estimates:
Current scale:
wf / sec: ~50
actions / sec: ~100
signals / sec: ~100
Not too optimistic future needs:
wf / sec: ~150
actions / sec: ~300
signals / sec: ~300
Very Optimistic future needs:
wf / sec: ~500
actions / sec: ~1000
signals / sec: ~1000

How many shard and pods should we go with?
Any other factor we consider while running Cadence/Temporal with Cassandra on prod?