Wait! Can't this be done using the ReST APIs?
On 1/27/21 3:24 AM, Uwe@Moosheimer.com wrote:
> Hello NiFi-Core-Team,
>
> Are you planning to create a high-level Java API for setting (and
> clearing) individual parameters in the parameter context, so we can use
> this API in processor development?
>
> Example:
> setParameter(string contextName, string parameterName, string
> parameterValue, boolean sensitive);
> deleteParameter(string contextName, string parameterName);
>
> Some of our customers have systems with weekly changing parameter values
> and/or access passphrase.
> Apart from these nothing changes in the system and the changes can be
> automated with self written processor.
>
> Best regards,
> Kay-Uwe Moosheimer
>
>
>
|