Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B2DA318A69 for ; Mon, 18 Apr 2016 13:59:25 +0000 (UTC) Received: (qmail 92943 invoked by uid 500); 18 Apr 2016 13:59:25 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 92917 invoked by uid 500); 18 Apr 2016 13:59:25 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 92908 invoked by uid 99); 18 Apr 2016 13:59:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2016 13:59:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 694EE2C14F7 for ; Mon, 18 Apr 2016 13:59:25 +0000 (UTC) Date: Mon, 18 Apr 2016 13:59:25 +0000 (UTC) From: "Aldrin Piri (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (MINIFI-16) Provide handling of config file in place for FileChangeNotifier MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Aldrin Piri created MINIFI-16: --------------------------------- Summary: Provide handling of config file in place for FileChangeNotifier Key: MINIFI-16 URL: https://issues.apache.org/jira/browse/MINIFI-16 Project: Apache NiFi MiNiFi Issue Type: Improvement Components: Processing Configuration Reporter: Aldrin Piri Priority: Minor The current implementation has files being provided via another directory/location in lieu of in place changes of the file. It would be nice to support in place editing of the file and then avoid the separate persistence step in a listener. For files, this would lead to a consistent loop of changes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)