Skip to content

Commit 48c0b1c

Browse files
author
Gerald Baulig
committed
fix(test): set isolated kafka client-id and group-id
1 parent ae575e3 commit 48c0b1c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cfg/config_test.json

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
}
2222
]
2323
},
24+
"events": {
25+
"kafka": {
26+
"groupId": "restore-invoicing-srv-test",
27+
"kafka": {
28+
"clientId": "restore-invoicing-srv-test",
29+
"brokers": [
30+
"localhost:29092"
31+
]
32+
}
33+
}
34+
},
2435
"client": {
2536
"invoice": {
2637
"address": "localhost:50165"

0 commit comments

Comments
 (0)