wire up enable_event_publisher

This commit is contained in:
Drew Bailey
2020-10-02 15:04:05 -04:00
parent 8a57ee85f0
commit e7e6df394f
7 changed files with 20 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ server {
upgrade_version = "0.8.0"
encrypt = "abc"
raft_multiplier = 4
enable_event_publisher = true
server_join {
retry_join = ["1.1.1.1", "2.2.2.2"]

View File

@@ -261,6 +261,7 @@
"data_dir": "/tmp/data",
"deployment_gc_threshold": "12h",
"enabled": true,
"enable_event_publisher": true,
"enabled_schedulers": [
"test"
],