Shekhar You can switch from the default persistent repository to instead use an in-memory only repository. This can be controlled in the nifi.properties file. Simply change this
# Provenance Repository Properties nifi.provenance.repository.implementation=org.apache.nifi.provenance.PersistentProvenanceRepository ...to instead be this # Provenance Repository Properties nifi.provenance.repository.implementation=org.apache.nifi.provenance.VolatileProvenanceRepository At present there is no on-the-fly change for this. If you have a use case for this would be happy to discuss it. Thanks Joe On Tue, Mar 1, 2016 at 2:23 AM, Shekhar Bansal <[email protected]> wrote: > Hi > Can I disable data provenance. > If yes, can I enable disable it on the fly. > > Thanks > Shekhar
