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

harvester SSE accepts oplog URI as options #59

Merged
merged 5 commits into from
Mar 11, 2015
Merged

Conversation

mavdi
Copy link

@mavdi mavdi commented Mar 10, 2015

No description provided.

@review-ninja
Copy link

ReviewNinja

@@ -50,7 +50,8 @@ describe('onChange callback, event capture and at-least-once delivery semantics'
adapter: 'mongodb',
connectionString: process.argv[2] || process.env.MONGODB_URL || "‌mongodb://127.0.0.1:27017/test",
db: 'test',
inflect: true
inflect: true,
oplogConnectionString : (process.env.OPLOG_MONGODB_URL || process.argv[3]) + '?slaveOk=true'
Copy link

Choose a reason for hiding this comment

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

mongodb://127.0.0.1/local should be the final default, i think... it lines up with the default mongodb connection string above. And you may want to have the fall throughs line up in the same direction (process arg, then env, then hardcoded default)

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.02% when pulling a636ed3 on feature/event-source into b886178 on develop.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.02% when pulling 5fe5fa1 on feature/event-source into b886178 on develop.

ssebro added a commit that referenced this pull request Mar 11, 2015
harvester SSE accepts oplog URI as options
@ssebro ssebro merged commit aa30c51 into develop Mar 11, 2015
@blabno blabno deleted the feature/event-source branch July 24, 2015 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants