Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4595

Add ConsumeAzureEventHub processor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.5.0
    • Extensions
    • None

    Description

      As reported by NIFI-2835, the existing GetAzureEventHub processor does not handle partition distribution among nodes in a NiFi cluster, and handling offset information across NiFi restart.

      The processor uses PartitionReceiver directly, however, there's another approach to receive events from Event Hub, that is using EventProcessorHost class.

      EventProcessorHost uses Azure Storage to store consumer group offset information so that it can distribute consumer load among consumer instances within the same group. Also this way can handle restart and NiFi cluster scale scenario better.

      In addition to above enhancements, we could also add Record data model capability to new ConsumeAzureEventHub. Similar to ConsumeKafkaRecord processor.

      Attachments

        Issue Links

          Activity

            People

              ijokarumawak Koji Kawamura
              ijokarumawak Koji Kawamura
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: