[
https://issues.apache.org/jira/browse/NIFI-14335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17935679#comment-17935679
]
ASF subversion and git services commented on NIFI-14335:
--------------------------------------------------------
Commit bf414b04853d3d1a65975ac91fff686748e18f09 in nifi's branch
refs/heads/main from Vijay Gorla
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=bf414b0485 ]
NIFI-14335 Support NiFi framework batching in Elasticsearch Processors (#9786)
Signed-off-by: David Handermann <[email protected]>
> Support NiFi framework batching in Elasticsearch processors
> -----------------------------------------------------------
>
> Key: NIFI-14335
> URL: https://issues.apache.org/jira/browse/NIFI-14335
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 2.2.0
> Reporter: Vijaya Gorla
> Priority: Minor
> Labels: elasticsearch
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Elasticsearch processors currently do not support NiFi framework batching
> (using {{SupportsBatching}} annotation). Although {{PutElasticsearchJson}}
> and {{PutElasticsearchRecord}} processors support batching but this is
> implemented in the processor, not using {{SupportsBatching}} annotation.
> Following processors could benefit from framework batching where high
> throughput is required.
> * {{GetElasticsearch}}
> * {{JsonQueryElasticsearch}}
> * {{UpdateByQueryElasticsearch}}
> * {{DeleteByQueryElasticsearch}}
> Adding {{SupportsBatching}} with {{DefaultRunDuration.NO_BATCHING}} would
> preserve the existing behaviour by default and enable batching if required.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)