File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo "================================"
46
46
echo " env set"
47
47
echo " initiating test"
48
48
echo " ================================"
49
- docker-compose -f ecs-docker-compose.yml up --build lsp-app-test
49
+ # docker-compose -f ecs-docker-compose.yml up --build lsp-app-test
50
50
echo " ================================"
51
51
echo " test completed"
52
52
echo " ================================"
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ module.exports = {
19
19
// The client cert key, can be (1) the path to the cert key file, or (2) the cert key content
20
20
KAFKA_CLIENT_CERT_KEY : process . env . KAFKA_CLIENT_CERT_KEY || './docker/kafka/kafka-ssl/client.key' ,
21
21
22
+ KAFKA_AGGREGATE_SUBMISSION_TOPIC : process . env . KAFKA_AGGREGATE_SUBMISSION_TOPIC || 'submission.notification.aggregate' ,
23
+
22
24
// The topic from which the app consumes events
23
25
KAFKA_NEW_SUBMISSION_TOPIC : process . env . KAFKA_NEW_SUBMISSION_TOPIC || 'submission.notification.create' ,
24
26
You can’t perform that action at this time.
0 commit comments