File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ You can provide an external `logback.xml` file using the `-Dlogback.configuratio
2828
2929### Database Configuration Options
3030
31- The adaptor requires a Mongodb-compatible database to manage its internal state.
31+ The adaptor requires a Mongodb-compatible database of at least version 4.0 to manage its internal state.
32+ MongoDB provides [ a table of compatible versions of their product against the java driver version] [ mongodb-compatible-versions ] .
33+
34+ [ mongodb-compatible-versions ] : https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/#compatibility-table-legend
3235
3336| Environment Variable | Default | Description |
3437| ---------------------------------| ---------------------------| ----------------------------------------------------------------------------------------------------------------------------------------------------------------|
Original file line number Diff line number Diff line change @@ -60,9 +60,9 @@ services:
6060 - GP2GP_AMQP_MAX_REDELIVERIES
6161
6262 mongodb :
63- networks :
63+ networks :
6464 - commonforgp2gp
65- image : mongo:3.6.23
65+ image : mongo:4.0.28
6666 ports :
6767 - " 27017:27017"
6868
You can’t perform that action at this time.
0 commit comments