[ 
https://issues.apache.org/jira/browse/NIFI-2834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15618346#comment-15618346
 ] 

ASF GitHub Bot commented on NIFI-2834:
--------------------------------------

GitHub user josephxsxn opened a pull request:

    https://github.com/apache/nifi/pull/1167

    NIFI-2834 Better Configs for Fetch and Timeout

    Adds more configs to help tune throughput vs latency when consuming from an 
EventHub.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/josephxsxn/nifi –NIFI-2834

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1167.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 #1167
    
----
commit 7b080ef53bd6c4976750ce2b99052885f7bbe75e
Author: Joe N <josephx...@gmail.com>
Date:   2016-10-29T15:48:20Z

    NIFI-2834 Better Configs for Fetch and Timeout
    
    NIFI-2834 Better Configs for Fetch and Timeout
    
    NIFI-2834 Better Configs for Fetch and Timeout

----


> GetAzureEventHub should be more configurable
> --------------------------------------------
>
>                 Key: NIFI-2834
>                 URL: https://issues.apache.org/jira/browse/NIFI-2834
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Joseph Percivall
>            Assignee: Joseph Niemiec
>            Priority: Minor
>             Fix For: 1.1.0
>
>
> Current GetAzureEventHub processor is configured to always grab a max batch 
> of 100 events per ontrigger[1]. This internal batching scheme should be made 
> configurable.
> Also there is an internal default timeout set for PartitionReceivers of 60 
> seconds. This means each time the processor is triggered it will be blocked 
> waiting for there to be the max number of events (currently 100) before 
> canceling 60s later if there isn't 100 events. This should be configurable.
> [1] 
> https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-azure-bundle/nifi-azure-processors/src/main/java/org/apache/nifi/processors/azure/eventhub/GetAzureEventHub.java#L215



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to