vineet harkut created NIFI-7857:
-----------------------------------
Summary: How to verify required parameters is valid in case
GetMongo processor
Key: NIFI-7857
URL: https://issues.apache.org/jira/browse/NIFI-7857
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.11.2
Reporter: vineet harkut
Attachments: mongodb_example_invalid_collection_name.png
Currently, I am trying to fetch data from the MongoDB with help of the GetMongo
processors which is working fine but in case if any of the required parameters
are not valid (i.e. collection name, database name, and so on) it should throw
an error which is not happening it is keep on running. In the case of SQL
processor (i.e. ExecuteSQL, QueryDatabaseTable, and so on) if any of the
required parameters is invalid it throws an error (For example, the password is
invalid, table/view does not exist, and so on) expecting the same kind of
behavior in case of GetMongo processor.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)