Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBZ-848 Adding demo for fail-over in MongoDB replica set #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

gunnarmorling
Copy link
Member

Copy link
Contributor

@jpechane jpechane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gunnarmorling It is very nice demo, thanks! I've just commented on two minor issues. When the related PR is completed this could be merged.

$ docker-compose exec mongodb-2 bash -c 'mongo inventory'

rs0:PRIMARY> db.customers.insert([
{ \_id : NumberLong("1005"), first_name : 'Bob', last_name : 'Hopper', email : 'thebob@example.com' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the backslash should not be present

$ docker-compose exec mongodb-3 bash -c 'mongo inventory'

rs0:PRIMARY> db.customers.insert([
{ \_id : NumberLong("1006"), first_name : 'Bob', last_name : 'Hopper', email : 'thebob@example.com' }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above. Also it might be better to change the other test data not only id

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants