EventHub : not able to fetch data from Eventhub

Narmada, Himanshu (CSW) 20 Reputation points
2025-03-16T08:31:04.69+00:00

EventHub : not able to fetch data from Eventhub, i tried to connect with event hub but after connecting not able to get data after getting timeout exception.

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

Accepted answer
  1. Vinodh247 32,531 Reputation points MVP
    2025-03-16T08:43:15.58+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    If you're getting a timeout while fetching data from Azure Event Hub, check the following:

    1. Network & Firewall - Ensure outbound access to servicebus.windows.net on port 5671.
    2. Authentication - Verify SAS policy, Managed Identity, or Connection String.
    3. Consumer Group & Ownership - Ensure no conflicts in exclusive mode.
    4. Data Availability - Messages might have expired (default retention is 1 day).
    5. Quota Limits - Check Azure Monitor logs for throttling or scaling issues.
    6. Connectivity Issues - Run a telnet test to check connectivity.
    7. Event Hub Logs - Enable diagnostic logs in Azure Monitor.

    Try reconnecting and checking Azure logs for errors. If the issue persists, check network settings and quotas

    Please feel free to click the 'Upvote' (Thumbs-up) button and 'Accept as Answer'. This helps the community by allowing others with similar queries to easily find the solution.


0 additional answers

Sort by: Most helpful

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.