Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
PLATFORM-LAUNCHER: update kafka topics
Browse files Browse the repository at this point in the history
  • Loading branch information
jelyoussefi authored and nevets963 committed Jan 18, 2018
1 parent b1db2f6 commit 5f3860d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup-environment.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,10 @@ export VCAP_SERVICES='{
"partitions": 1,
"replication": 1,
"timeout_ms": 10000,
"topic": "metrics"
"topics": {
"observations": "metrics",
"rule_engine": "rules-update"
}
},
"name": "kafka-ups"
},
Expand Down Expand Up @@ -191,4 +194,4 @@ export VCAP_SERVICES='{

export VCAP_APPLICATION='{
"space_name": "local"
}'
}'

0 comments on commit 5f3860d

Please sign in to comment.