diff --git a/config/dynamicconfig/development-cass.yaml b/config/dynamicconfig/development-cass.yaml index 572353a2dfb..d347bf24b6e 100644 --- a/config/dynamicconfig/development-cass.yaml +++ b/config/dynamicconfig/development-cass.yaml @@ -52,3 +52,10 @@ history.enableWorkflowExecutionTimeoutTimer: - value: true history.hostLevelCacheMaxSize: - value: 8192 + +history.shouldFailReplicationTask: # The test switch to make all replication tasks go to the DLQ + - value: true +history.enableReplicationStream: # We use streaming for replication in production + - value: true +history.enableHistoryReplicationDLQV2: # This turns on the replication DLQ V2 in production + - value: true \ No newline at end of file