[
https://issues.apache.org/jira/browse/NIFI-4827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16344212#comment-16344212
]
ASF GitHub Bot commented on NIFI-4827:
--------------------------------------
Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2443#discussion_r164602170
--- Diff:
nifi-nar-bundles/nifi-mongodb-bundle/nifi-mongodb-processors/test-flows/NIFI_4827.xml
---
@@ -0,0 +1,635 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
--- End diff --
It's a miniature test flow that's meant to show the behavior if someone has
questions. I got the idea when I was reviewing the PutInfluxDb processor. On
nifi-dev, I think @joewitt mentioned that a major problem with some of these
bundles is the people who actually know a particular system might be highly
limited in the community. I think getting into a habit of sharing test flows
that use something like GenerateFlowFile could ease the learning curve on
others. Particularly if a docker-compose file or something like that is added
with it.
I can remove it, but I think it might be a good practice.
> Make GetMongo able to use flowfiles for queries
> -----------------------------------------------
>
> Key: NIFI-4827
> URL: https://issues.apache.org/jira/browse/NIFI-4827
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Minor
>
> GetMongo should be able to retrieve a valid query from the flowfile content
> or allow the incoming flowfile to provide attributes to power EL statements
> in the Query configuration field. Allowing the body to be used would allow
> GetMongo to be used in a much more generic way.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)