Hello!

I’d like to use registry for deploying my flows in various environments.

Let’s say on dev I create a flow that has an ExecuteSQL processor and this
processor references a db controller service, which is defined on the root
level.

I then version my flow and commit. Next, I go to my production env and
import the flow. The result is that the ExecuteSQL processor on prod
will be not enabled because the property “Database Connection Pooling
Service” will say “Incompatible Controller Service configured” where on dev
I had the db referenced.

Maybe I don’t get versioning in NiFi yet but how is that supposed to work
to reference controller services (db connections in particular) that are
defined on the root level when using registry?

Reply via email to