RethinkDB 2.4 requires API changes that would alter the configuration and behavior of this Processor
Please consider using one the following alternatives: No alternative components suggested.
Processor to remove a JSON document from RethinkDB (https://www.rethinkdb.com/) using the document id.
rethinkdb, delete, remove
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
DB Name | rethinkdb-dbname | RethinkDB database to connect to | ||
Hostname | rethinkdb-host | localhost | RethinkDB hostname | |
DB Port | rethinkdb-port | 28015 | RethinkDB database port to connect to | |
Username | rethinkdb-username | Username for accessing RethinkDB | ||
Password | rethinkdb-password | Password for user Sensitive Property: true | ||
Table name | rethinkdb-table | RethinkDB table to connect to | ||
Character Set | rethinkdb-charset | UTF-8 | Specifies the character set of the document data. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | |
Document Identifier | rethinkdb-document-identifier | A FlowFile attribute, or attribute expression used for determining RethinkDB key for the Flow File content Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Return deleted value | rethinkdb-return-result | True |
| Return old value which were deleted Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Durablity of documents | rethinkdb-durability | Hard |
| Durability of documents being inserted Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Name | Description |
---|---|
success | Sucessful FlowFiles are routed to this relationship |
not_found | Document not found are routed to this relationship |
failure | Failed FlowFiles are routed to this relationship |
Name | Description |
---|---|
rethinkdb.error.message | RethinkDB error message |
rethinkdb.delete.errors | Error count while delete documents |
rethinkdb.delete.deleted | Number of documents deleted |
rethinkdb.delete.inserted | Number of documents inserted |
rethinkdb.delete.replaced | Number of documents replaced |
rethinkdb.delete.skipped | Number of documents skipped |
rethinkdb.delete.unchanged | Number of documents unchanged since they already existed |