Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config changes to start replicator for standby cluster #575

Merged
merged 2 commits into from
Feb 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.