jon schendt created NIFI-1986:
---------------------------------
Summary: Expression Language not supported for Mongo Collection
Names
Key: NIFI-1986
URL: https://issues.apache.org/jira/browse/NIFI-1986
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.6.1
Reporter: jon schendt
Priority: Minor
When creating a workflow to insert data into Mongo, I have many data flows
running into the PutMongo processor. I would like to insert these records into
collections that show their data source via an attribute. The PutMongo
processor (which is driven by AbstractMongoProcessor) doesn't allow for dynamic
collection assignment via expression language. The workaround is having 1..n
PutMongo processors, all pointing to the same DB, with different collection
names assigned for each workflow. This seems very un-Nifi, and appears to be
fairly simple to modify the AbstractMongoProcessor to allow expressions.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)