[
https://issues.apache.org/jira/browse/NIFI-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15273914#comment-15273914
]
ASF GitHub Bot commented on NIFI-1833:
--------------------------------------
Github user simonellistonball commented on the pull request:
https://github.com/apache/nifi/pull/399#issuecomment-217411669
This needs a little bit more work. The goal here is to use a common pattern
from standard processors, however, while tests work fine, loading into NiFi
causes a duplicate of the standard processor nar and therefore unpredicatable
ordering. One solution to this would be to factor the base
AbstractListProcessor classes out of standard processors into processor-utils.
However, they have a legacy dependency on the distributed cache service which
would cause a circular dependency for this refactoring.
Short term solution would be to reimplement the trigger and state logic
direct in the Azure processors, which violates DRY.
Longer term it would be great to have clean Abstracts for some of these
common custom patterns in processor-utils, but that's for another issue and
another PR.
In the meantime I'll re-implement and update the PR, so please don't worry
about reviews right now.
> Add support for Azure Blob Storage and Table Storage
> ----------------------------------------------------
>
> Key: NIFI-1833
> URL: https://issues.apache.org/jira/browse/NIFI-1833
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Affects Versions: 0.6.1
> Reporter: Simon Elliston Ball
> Priority: Minor
>
> It would be useful to have an Azure equivalent of the current S3 capability.
> Azure also provides a Table storage mechanism, providing simple key value
> storage. Since the Azure SDKs are Apache Licensed, this should be reasonably
> straightforward. A first cut is available as an addition to the existing
> azure bundle.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)