Skip to content

Commit bb36dc4

Browse files
committed
Fix EventHorizon tutorial resources.json files
1 parent 5a6210b commit bb36dc4

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

Samples/Tutorials/EventHorizon/Environment/consumer-resources.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@
44
"servers": [
55
"mongo"
66
],
7-
"database": "consumer_event_store"
7+
"database": "consumer_event_store",
8+
"maxConnectionPoolSize": 1000
9+
},
10+
"projections": {
11+
"servers": [
12+
"mongo"
13+
],
14+
"database": "consumer_projections",
15+
"maxConnectionPoolSize": 1000
16+
},
17+
"embeddings": {
18+
"servers": [
19+
"mongo"
20+
],
21+
"database": "consumer_embeddings",
22+
"maxConnectionPoolSize": 1000
23+
},
24+
"readModels": {
25+
"host": "mongodb://localhost:27017",
26+
"database": "consumer_readmodels",
27+
"useSSL": false
828
}
929
}
1030
}

Samples/Tutorials/EventHorizon/Environment/producer-resources.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@
44
"servers": [
55
"mongo"
66
],
7-
"database": "producer_event_store"
7+
"database": "producer_event_store",
8+
"maxConnectionPoolSize": 1000
9+
},
10+
"projections": {
11+
"servers": [
12+
"mongo"
13+
],
14+
"database": "producer_projections",
15+
"maxConnectionPoolSize": 1000
16+
},
17+
"embeddings": {
18+
"servers": [
19+
"mongo"
20+
],
21+
"database": "producer_embeddings",
22+
"maxConnectionPoolSize": 1000
23+
},
24+
"readModels": {
25+
"host": "mongodb://localhost:27017",
26+
"database": "producer_readmodels",
27+
"useSSL": false
828
}
929
}
1030
}

0 commit comments

Comments
 (0)