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 2023/03/08 18:26:00 UTC

[jira] [Created] (NIFI-11261) GetAzureEventHub does not disconnect on Primary Node Changes

David Handermann created NIFI-11261:
---------------------------------------

             Summary: GetAzureEventHub does not disconnect on Primary Node Changes
                 Key: NIFI-11261
                 URL: https://issues.apache.org/jira/browse/NIFI-11261
             Project: Apache NiFi
          Issue Type: Bug
          Components: Extensions
    Affects Versions: 1.20.0
            Reporter: David Handermann
            Assignee: David Handermann


The {{GetAzureEventHub}} Processor creates an Event Hub Client when scheduled and maintains the client instance until Processor is stopped. This approach works for standalone deployments, but is not suitable for clustered deployments because the client maintains connections after the primary node changes.

The {{ConsumeAzureEventHub}} Processor provides the preferred approach for consuming events, but {{GetAzureEventHub}} should be updated to handle primary node state changes.



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