GitHub user xificurC opened a pull request:
https://github.com/apache/camel/pull/2561
mongodb3 - update docs about streaming data, remove DBCursor
As discussed in #2560 this removes `DBCursor` from the `mongodb3`
documentation and tries to cleanly demonstrate how to return and process a
`MongoIterable` correctly.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/xificurC/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2561.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2561
----
commit 9a3950eece13b407e2a3e6af53179752f7be3494
Author: xificurC <xificurc@...>
Date: 2018-10-11T15:15:42Z
mongodb3 - update docs about streaming data, remove DBCursor
----
---