[
https://issues.apache.org/jira/browse/NIFI-14717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Bartos updated NIFI-14717:
----------------------------------
Description:
The `MergeContent` processor currently releases a bin when its age exceeds the
`Max Bin Age` property value _and_ there are no new FlowFiles upstream.
However, the bin should be released regardless of the second condition.
Current behaviour is unacceptable for clients whose flows process continuous
stream data e.g. database CDC stream
was:
The `MergeContent` processor currently releases a bin when its age exceeds the
`Max Bin Age` property value _and_ there are no new FlowFiles upstream.
However, the bin should be released regardless of the second condition.
Current behaviour is unacceptable for clients whose flows process continuous
stream data e.g. CDC data from database.
> MergeContent Processor should release a bin when maxBinAge condition is
> fulfilled
> ---------------------------------------------------------------------------------
>
> Key: NIFI-14717
> URL: https://issues.apache.org/jira/browse/NIFI-14717
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 2.4.0
> Reporter: Dominik Bartos
> Priority: Major
>
> The `MergeContent` processor currently releases a bin when its age exceeds
> the `Max Bin Age` property value _and_ there are no new FlowFiles upstream.
> However, the bin should be released regardless of the second condition.
> Current behaviour is unacceptable for clients whose flows process continuous
> stream data e.g. database CDC stream
--
This message was sent by Atlassian Jira
(v8.20.10#820010)