Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Bug: unable to use a config node for source and sink #41

Closed
jipperinbham opened this issue Jan 5, 2015 · 0 comments · Fixed by #42
Closed

Bug: unable to use a config node for source and sink #41

jipperinbham opened this issue Jan 5, 2015 · 0 comments · Fixed by #42
Assignees
Labels

Comments

@jipperinbham
Copy link
Contributor

The following does not work anymore due to the changes to how the config gets merged between the yaml and JS:

transporter eval --config ./test/config.yaml 'Source({name:"localmongo", namespace: "boom.foo"}).save({name:"localmongo", namespace: "boom.baz"})'

It results in:

Mongo Config {URI:mongodb://localhost/boom Namespace:boom.baz Debug:true Tail:false}
Mongo Config {URI:mongodb://localhost/boom Namespace:boom.baz Debug:true Tail:false}
setting start timestamp: 6100960276138426368

where the namespace is the same for both source and sink.

@nstott nstott added the bug label Jan 10, 2015
@nstott nstott self-assigned this Jan 10, 2015
@nstott nstott mentioned this issue Jan 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants