Hi Community,
We have disabled the content repository archival by setting following parameters in nifi.properties file.
# Content Repository
nifi.content.repository.implementation=org.apache.nifi.controller.repository.FileSystemRepository
nifi.content.claim.max.appendable.size=50 MB
nifi.content.repository.directory.default=./content_repository
nifi.content.repository.archive.max.retention.period=15 min
nifi.content.repository.archive.max.usage.percentage=50%
nifi.content.repository.archive.enabled=false
nifi.content.repository.always.sync=false
nifi.content.viewer.url=../nifi-content-viewer/
But still the size of content repository is increasing as it processes more flow files and occupying all the disk space.
Is there any parameter which we can set to clean up the content repository automatically instead of deleting its contents manually and then restarting NIFI.
Looking forward for your help!!