[
https://issues.apache.org/jira/browse/NIFI-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15369842#comment-15369842
]
ASF GitHub Bot commented on NIFI-2214:
--------------------------------------
GitHub user apsaltis opened a pull request:
https://github.com/apache/nifi/pull/625
NIFI-2214 updated both of the Azure Event Hub processors to use latest
Azure Event Hub client
NIFI-2214 updated the both of the Azure Event Hub processors to use the
latest Azure Event Hub libraries. Also added test cases for each of the
processors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apsaltis/nifi nifi-2214
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/625.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #625
----
commit d586455aba988abea8edf707fc07cc593c876ffa
Author: Andrew Psaltis <[email protected]>
Date: 2016-07-10T17:00:56Z
NIFI-2214 updated the both of the Azure Event Hub processors to use the
latest Azure Event Hub libraries. Also added test cases for each of the
processors
----
> Convert Azure Event Hub Processors to use correct Azure Event Hub client
> library
> --------------------------------------------------------------------------------
>
> Key: NIFI-2214
> URL: https://issues.apache.org/jira/browse/NIFI-2214
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Core Framework
> Reporter: Andrew Psaltis
> Fix For: 1.0.0
>
>
> Currently NiFi uses the Event Hub client found here:
> https://github.com/hdinsight/eventhubs-client/ however, it should use the
> client library found here:
> https://github.com/Azure/azure-event-hubs/tree/master/java
>
> The Azure Event Hub client targets JDK 1.8 and therefore, the resolution of
> this JIRA is only applicable to NiFi 1.0.0 or later.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)