Consuming data from Even Hub, maximum execution timeout.

DanK 1 Reputation point
2022-02-21T15:58:22.733+00:00

Hi, Im trying to connect from a server with logstash to multiples evenhub, I can entablish the conection with some of the EH, but in others I get this error.

Failure creating lease store for this Event Hub, retrying com.microsoft.azure.storage.StorageException: The client could not finish the operation within specified maximum execution timeout.

So, is there a way to increase the timeout in azure?

Thanks!

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
637 questions
{count} votes

1 answer

Sort by: Most helpful
  1. HimanshuSinha-msft 19,476 Reputation points Microsoft Employee
    2022-02-22T22:23:51.263+00:00

    Hello @DanK ,
    Thanks for the ask and using Microsoft Q&A platform .
    As we understand the ask here is to how to get rid of the above error . Please do let me know if that is not accurate,
    I am assuming that when you are trying to connect you are using the SAS at the namespace level and your connection string looks something like

    Endpoint=sb://someehnamespace.servicebus.windows.net/;SharedAccessKeyName=somePolicyName;SharedAccessKey=someGuid

    and you are using the same at many differnt places . I suggest to create a few more policy and use them . The idea is not to use the same connections .

    You can create new policies my clicking on the "Add" button on the portal .

    176982-image.png

    Please do let me if you have any queries .
    Thanks
    Himanshu

    -------------------------------------------------------------------------------------------------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.