There is a new feature in the works that might help you out: https://cwiki.apache.org/confluence/display/NIFI/Better+Support+for+Parameterizing+Flows
https://issues.apache.org/jira/browse/NIFI-6276 This will be available in 1.10 which isn’t that far out if you can wait. On Fri, Sep 27, 2019 at 4:02 PM Andrew Glassman <[email protected]> wrote: > Hello, > > I've been using NiFi, and really like the platform. I may have some > contributions, but wanted to make sure there wasn't a way to achieve what > I'm looking to do before creating a ticket, and possibly coding the > feature. > > I've been using the Publish/ConsumeKafka_X_X processors with Confluent > Cloud. In order to configure the processors to connect, I had to use the > following dynamic properties: > > request.time.out.ms > retry.backoff.ms > sasl.jaas.config > sasl.mechanism > ssl.endpoint.identification.algorithm > > I have multiple Publish and Consume processors per ProcessGroup. I'd like > to be able to use ProcessGroup variables so that I can set these > configurations in one spot. Unfortunately, the dynamic properties for > these processors does not support expression language variable replacement. > > Should I start working on getting this supported, or is there something I'm > missing? > > Thanks, > > Andy Glassman > -- ------------------------------- Rob Fellows
