aperepel / nifi-api-deploy

Demonstrates NiFi template deployment and configuration via a REST API
Apache License 2.0
68 stars 37 forks source link

Support configuration of other runtime properties in ProcessorConfigDTO #22

Open davetorok opened 8 years ago

davetorok commented 8 years ago

There are many properties in ProcessorConfigDTO that are useful to be able to specify, particularly as flows move from dev/staging/prod promotions.

concurrentlySchedulableTaskCount is one we particularly want to control.

aperepel commented 8 years ago

One thing to look out for is a deployment spec format change. Would now need to have a properties section (what is now called config) as well as the config, which is not supported currently, but houses system settings for the processor. This part is easy, in fact.

Will need to review and update all docs and utilities to account for this swap.