Facing issue in replica set mongodb in django rest framework #3202
Replies: 1 comment 1 reply
-
Hi @AnujChhikara thanks for opening this discussion, although I think you chose the wrong repo: this is the Go implementation and I think you're interested in the Python one, aren't you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a django rest framework project and we are using mongodb with replica set , I want to use testcontainer for integration test but I don't find any good doc regarding this also I am able to start the containers and when just using it for like this
It is working fine but as soon i start integrating with my integration test I am facing issue mostly around replica set refuse to connect etc.
this is how we are setting replica in main prod db
Beta Was this translation helpful? Give feedback.
All reactions