Skip to content

Commit

Permalink
Config changes to start replicator for standby cluster (#575)
Browse files Browse the repository at this point in the history
* Config changes to start replicator for standby cluster
  • Loading branch information
samarabbas authored Feb 23, 2018
1 parent ad78f5f commit 095fbd7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
30 changes: 26 additions & 4 deletions config/development_standby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
prefix: "cadence_standby"
pprof:
port: 8936

Expand All @@ -30,7 +30,7 @@ services:
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
prefix: "cadence_standby"
pprof:
port: 8938

Expand All @@ -41,14 +41,36 @@ services:
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence"
prefix: "cadence_standby"
pprof:
port: 8937

worker:
rpc:
port: 8940
bindOnLocalHost: true
metrics:
statsd:
hostPort: "127.0.0.1:8125"
prefix: "cadence_standby"
pprof:
port: 8941

clustersInfo:
initialFailoverVersion: 1
failoverVersionIncrement: 10
currentClusterName: "standby"
clusterNames:
- "active"
- "standby"
- "standby"

kafka:
clusters:
test:
brokers:
- 127.0.0.1:9092
topics:
active:
cluster: test
standby:
cluster: test
2 changes: 1 addition & 1 deletion glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 095fbd7

Please sign in to comment.