You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/06/20 20:14:00 UTC

[jira] [Commented] (NIFI-11727) Deprecate RethinkDB Processors for Removal

    [ https://issues.apache.org/jira/browse/NIFI-11727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17735441#comment-17735441 ] 

ASF subversion and git services commented on NIFI-11727:
--------------------------------------------------------

Commit b9561ecc683ad7ccc4e472669b3a2dd11441f0c0 in nifi's branch refs/heads/support/nifi-1.x from David Handermann
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=b9561ecc68 ]

NIFI-11727 Deprecated RethinkDB Processors for Removal

Signed-off-by: Matt Burgess <ma...@apache.org>

This closes #7409


> Deprecate RethinkDB Processors for Removal
> ------------------------------------------
>
>                 Key: NIFI-11727
>                 URL: https://issues.apache.org/jira/browse/NIFI-11727
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Extensions
>            Reporter: David Handermann
>            Assignee: David Handermann
>            Priority: Major
>             Fix For: 1.latest
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The RethinkDB Processors should be deprecated for removal in the next major release version.
> The Processors have not been updated since being introduced. All Processors perform unnecessary memory-intensive operations for reading and writing JSON objects to RethinkDB.
> The [RethinkDB Java client version 2.4.0|https://github.com/rethinkdb/rethinkdb-java] contains a number of important changes from the earlier versions. Building new Processors based on the current version of the driver presents an opportunity to follow better approaches, such as making use of Records and streams instead of reading entire FlowFiles into memory.
> In light of the minimal updates to these Processors, they should be deprecated for removal, clearing the way for potential new versions.



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