mysunnytime commented on a change in pull request #3676: NIFI-6597 Azure Event 
Hub Version Update
URL: https://github.com/apache/nifi/pull/3676#discussion_r336607303
 
 

 ##########
 File path: 
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/eventhub/GetAzureEventHub.java
 ##########
 @@ -70,7 +74,6 @@
         @WritesAttribute(attribute = "eventhub.partition", description = "The 
name of the Azure Partition from which the message was pulled")
 })
 public class GetAzureEventHub extends AbstractProcessor {
 
 Review comment:
   Yes we also found that the GetAzureEventHub processor serves similar 
functionality as ConsumeAzureEventHub. This GetAzureEventHub processor uses 
**EventHubClient**, and can allow user to receive from specific partition id. 
However, currently it does not let user specify which partition to read from. 
Instead, it just traverse through all partitions in a round robin way, so it 
works same functionality as ConsumeAzureEventHub, which uses 
**EventProcessHost**. This can be a next step to improve, and provide customers 
with more convinient and flexible control.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to