You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/08/22 15:30:00 UTC

[jira] [Created] (NIFI-10381) Upgrade Azure Event Hubs Libraries to Version 5

David Handermann created NIFI-10381:
---------------------------------------

             Summary: Upgrade Azure Event Hubs Libraries to Version 5
                 Key: NIFI-10381
                 URL: https://issues.apache.org/jira/browse/NIFI-10381
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: David Handermann
            Assignee: David Handermann


Current Microsoft Azure documentation describes the Azure Event Hubs libraries in the {{com.microsoft.azure}} group as the legacy version of the SDK. Version 5 in the {{com.azure}} group is the current version and provides better integration with other current Azure libraries.

The newer {{AzureEventHubRecordSink}} Controller Service is built on version 5, and existing Azure Event Hubs components should be migrated to version 5 to streamline dependency management and integration.

Upgrading to current version of the SDK provides an opportunity to merge the {{nifi-azure-record-sink-nar}} with the {{nifi-azure-nar}} and also leverage the [Azure SDK Bill of Materials|https://search.maven.org/artifact/com.azure/azure-sdk-bom/1.2.4/pom] dependency to ensure consistency across components and core libraries.

The [Azure SDK Event Hubs Migration Guide|https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/eventhubs/azure-messaging-eventhubs/migration-guide.md] highlights the benefits of upgrading to version 5 and provides a comparison of implementation differences.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)