event durability count and cfg

This commit is contained in:
Drew Bailey
2020-10-05 19:40:06 -04:00
parent 004f634868
commit 8a3130a356
9 changed files with 41 additions and 28 deletions

View File

@@ -131,6 +131,7 @@ server {
encrypt = "abc"
raft_multiplier = 4
enable_event_publisher = true
durable_event_count = 100
server_join {
retry_join = ["1.1.1.1", "2.2.2.2"]

View File

@@ -262,6 +262,7 @@
"deployment_gc_threshold": "12h",
"enabled": true,
"enable_event_publisher": true,
"durable_event_count": 100,
"enabled_schedulers": [
"test"
],