Github user MikeThomsen commented on the issue:
https://github.com/apache/nifi/pull/2448
It's worth looking at. It also provides a good entry point to start working
on that GetMongoRecord processor that was requested today.
Right now, the refactoring of the Mongo code is coming together kinda as a
puzzle between different commits. For example, part of the update to the schema
handling in the lookup service established a clean separation between the
lookup service and client service there. I need that merged so I can finish the
client-service-as-optional-pool/config commit. Then we can stack these parent
class changes and this commit onto that and it'll look like a complete puzzle,
not a house of cards about to collapse.
---