[
https://issues.apache.org/jira/browse/STORM-3362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16801494#comment-16801494
]
Stig Rohde Døssing commented on STORM-3362:
-------------------------------------------
It looks like the underlying client lets you specify a timeout, and we just
aren't.
https://github.com/Azure/azure-event-hubs-java/blob/0.13.1/azure-eventhubs/src/main/java/com/microsoft/azure/eventhubs/PartitionReceiver.java#L180.
A PR is welcome.
> EventHubSpout uses a blocking receiver in nextTuple()
> -----------------------------------------------------
>
> Key: STORM-3362
> URL: https://issues.apache.org/jira/browse/STORM-3362
> Project: Apache Storm
> Issue Type: Bug
> Reporter: York Yang
> Priority: Major
>
> As title indicates, the line below:
> eventDatawrap = partitionManager.receive();
> when I dig into it, it's a blocking call which affects ack and fail messages.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)