[Remote] Update engine2 to inform cache on internal of changes

This commit is contained in:
TeoV
2020-07-17 16:22:28 +03:00
committed by Dan Christian Bogos
parent be5e3abe1e
commit da30f372a8
2 changed files with 23 additions and 1 deletions

View File

@@ -11,6 +11,15 @@
"http": ":2380",
},
"rpc_conns": {
"replicateToCache": {
"strategy": "*broadcast_sync",
"conns": [
{"address": "*internal"},
{"address": "127.0.0.1:2012", "transport":"*json"},
],
}
},
"data_db": {
"db_type": "mongo",
@@ -39,7 +48,8 @@
"apiers": {
"enabled": true,
"scheduler_conns": ["*internal"],
"caches_conns": ["replicateToCache"],
},
}
},

View File

@@ -22,6 +22,17 @@
},
"rpc_conns": {
"replicateToCache": {
"strategy": "*broadcast_sync",
"conns": [
{"address": "*internal"},
{"address": "127.0.0.1:2012", "transport":"*json"},
],
}
},
"rals": {
"enabled": true,
},
@@ -35,6 +46,7 @@
"apiers": {
"enabled": true,
"scheduler_conns": ["*internal"],
"caches_conns": ["replicateToCache"],
},
}