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

Commit 5f3860d

Browse files
jelyoussefinevets963
authored andcommitted
PLATFORM-LAUNCHER: update kafka topics
1 parent b1db2f6 commit 5f3860d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup-environment.example.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ export VCAP_SERVICES='{
130130
"partitions": 1,
131131
"replication": 1,
132132
"timeout_ms": 10000,
133-
"topic": "metrics"
133+
"topics": {
134+
"observations": "metrics",
135+
"rule_engine": "rules-update"
136+
}
134137
},
135138
"name": "kafka-ups"
136139
},
@@ -191,4 +194,4 @@ export VCAP_SERVICES='{
191194

192195
export VCAP_APPLICATION='{
193196
"space_name": "local"
194-
}'
197+
}'

0 commit comments

Comments
 (0)