[
https://issues.apache.org/jira/browse/NIFI-10152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17609319#comment-17609319
]
ASF subversion and git services commented on NIFI-10152:
--------------------------------------------------------
Commit 320aed024f62ec87ccdd86e6f71e10d75eebd344 in nifi's branch
refs/heads/main from Nandor Soma Abonyi
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=320aed024f ]
NIFI-10152 Storage client caching in Azure ADLS processors
This closes #6158.
Signed-off-by: Peter Turcsanyi <[email protected]>
> Storage client caching in Azure ADLS processors
> -----------------------------------------------
>
> Key: NIFI-10152
> URL: https://issues.apache.org/jira/browse/NIFI-10152
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Nandor Soma Abonyi
> Assignee: Nandor Soma Abonyi
> Priority: Major
> Labels: AZURE
> Time Spent: 2h
> Remaining Estimate: 0h
>
> In ADLS processors the client is created in the onTrigger method. Since
> expression language is supported in the properties which are used in the
> client it is not possible to extract the creation to eg. @OnSchedule. Now it
> is not just a performance problem, but the underlying reactor-netty library
> logs a misleading warning on every trigger which spoils the log. Because of
> that we need use caching to retrieve the client.
> reactor-netty issue: [https://github.com/reactor/reactor-netty/issues/2300]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)