Hi Team,
Need help, I have 1 cluster Cassandra with 3 nodes in data center 1 and another 3 nodes in data center 2.
Whenever I start temporal in docker with Replication Factor = 3 (with default LOCAL_QUORUM and SERIAL_QUORUM) I got this error below (Cannot achieve consistency level LOCAL_QUORUM). How to fix it?
Failed: could not build arguments for function “go.temporal.io/server/common/resource”.RegisterBootstrapContainer (/temporal/common/resource/fx.go:342): failed to build *archiver.HistoryBootstrapContainer: could not build arguments for function “go.temporal.io/server/common/resource”.HistoryBootstrapContainerProvider (/temporal/common/resource/fx.go:328): failed to build client.Bean: received non-nil error from function “go.temporal.io/server/common/resource”.PersistenceBeanProvider (/temporal/common/resource/fx.go:269): Cannot achieve consistency level LOCAL_QUORUM
Unable to start server. Error: unable to construct service “history”: could not build arguments for function “go.temporal.io/server/common/resource”.RegisterBootstrapContainer (/temporal/common/resource/fx.go:342): failed to build *archiver.HistoryBootstrapContainer: could not build arguments for function “go.temporal.io/server/common/resource”.HistoryBootstrapContainerProvider (/temporal/common/resource/fx.go:328): failed to build client.Bean: received non-nil error from function “go.temporal.io/server/common/resource”.PersistenceBeanProvider (/temporal/common/resource/fx.go:269): Cannot achieve consistency level LOCAL_QUORUM