[ https://issues.apache.org/jira/browse/NIFI-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15001437#comment-15001437
]
Tony Kurc commented on NIFI-900:
--------------------------------
Out of curiosity, why is this a volatile instead of a final? The allocation in @OnScheduled
seems like it is unnecessary, if you had a clear() in @OnStopped
{code}
private volatile BlockingQueue<String> partitionNames = new LinkedBlockingQueue<>();
{code}
> Add support for sending/receiving data with Azure Event Hub
> -----------------------------------------------------------
>
> Key: NIFI-900
> URL: https://issues.apache.org/jira/browse/NIFI-900
> Project: Apache NiFi
> Issue Type: New Feature
> Components: Extensions
> Reporter: Joseph Witt
> Assignee: Mark Payne
> Fix For: 0.4.0
>
> Attachments: 0001-NIFI-900-Created-Processors-for-interacting-with-Mic.patch
>
>
> Azure event hubs appears to support AMQP. If so then perhaps we only need to build a
processor to get/put via AMQP. Needs research and determination of best path forward. But
there is clearly an interest to interact with Azure as a hosting platform and Azure Event
hub for messaging.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|