Skip to content

Commit 555c8bd

Browse files
committed
Adding the bootstarpper config
1 parent 48e8256 commit 555c8bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

JeMPI_Apps/JeMPI_Bootstrapper/src/main/resources/data/kafka/kafkaBootStrapConfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@
3535
"retention_ms": 86400000,
3636
"segments_bytes": 4194304
3737
},
38+
"JeMPI-interaction-linker-matching": {
39+
"topicName": "JeMPI-interaction-linker-matching",
40+
"partition": 1,
41+
"replications": 1,
42+
"retention_ms": 86400000,
43+
"segments_bytes": 4194304
44+
},
3845
"JeMPI-mu-controller": {
3946
"topicName": "JeMPI-mu-controller",
4047
"partition": 1,

0 commit comments

Comments
 (0)