Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-12224: Add support for updateMany operation with operators enabled option in PutMongo processor #8610

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 22, 2024

  1. NIFI-12224: add support for update many in PutMongo processor

    These changes will allow the processor to use Mongo updateMany operation in
    update mode.
    
    A different name for update mode property is used in PutMongo than
    PutMongoRecord since the property name "Update Mode" is already used in PutMongo
    
    Test cases for `PutMongo` updated to use Map and Document classes instead of
    string based json input.
    
    Signed-off-by: Umar Hussain <umarhussain.work@gmail.com>
    umarhussain15 committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1c4ff1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    956544f View commit details
    Browse the repository at this point in the history