NIFI-632 adding VolatileContentRepository and VolatileFlowFile repository to service definition file

This commit is contained in:
danbress 2015-06-13 12:23:04 -04:00
parent e1a59c47b7
commit cad8aa11e1
2 changed files with 4 additions and 2 deletions

View File

@ -13,3 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
org.apache.nifi.controller.repository.FileSystemRepository
org.apache.nifi.controller.repository.VolatileContentRepository

View File

@ -13,3 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
org.apache.nifi.controller.repository.WriteAheadFlowFileRepository
org.apache.nifi.controller.repository.VolatileFlowFileRepository