You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2023/06/19 22:22:00 UTC

[jira] [Resolved] (NIFI-6829) RethinkDB processors require Username and Password

     [ https://issues.apache.org/jira/browse/NIFI-6829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann resolved NIFI-6829.
------------------------------------
    Resolution: Won't Fix

This issue could be address if there is sufficient community interest in new versions of the Processors based on RethinkDB 2.4 or later.

> RethinkDB processors require Username and Password
> --------------------------------------------------
>
>                 Key: NIFI-6829
>                 URL: https://issues.apache.org/jira/browse/NIFI-6829
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.9.2
>            Reporter: Nicholas Carenza
>            Priority: Major
>
> The RethinkDB suite of processor all require username and password. They are marked as optional but if you don't provide them then the processor fails to initialize.
> It's probably because in the AbstractRethinkDBProcessor the `makeConnection` method doesn't have a case for making a connection in the absence of username and password.
> When you run the processor in this case you get an unhelpful RuntimeError with no message and a NullPointerException .
> [https://github.com/apache/nifi/blob/ea9b0db2f620526c8dd0db595cf8b44c3ef835be/nifi-nar-bundles/nifi-rethinkdb-bundle/nifi-rethinkdb-processors/src/main/java/org/apache/nifi/processors/rethinkdb/AbstractRethinkDBProcessor.java#L199-L203]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)