Github user mattyb149 commented on the issue:
https://github.com/apache/nifi/pull/2448
Might be shorter to copy the code from AbstractProcessor into
AbstractMongoProcessor, change AbstractMongoProcessor to extend
AbstractSessionFactoryProcessor, and override onTrigger in GetMongo to call the
one with the ProcessSessionFactory.---
