Nandor Soma Abonyi created NIFI-10152:
-----------------------------------------
Summary: 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
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.7#820007)