azure-sdk-for-go icon indicating copy to clipboard operation
azure-sdk-for-go copied to clipboard

Event Hubs Troubleshooting Guide

Open jsquire opened this issue 2 years ago • 4 comments

Summary

In order to provide guidance for customers encountering difficulties with the client library, and support representatives working customer issues, a troubleshooting guide is needed. The guide should be focused on common scenarios for the client library and not attempt to address service-specific issues.

Scope

  • Wait for the forthcoming Java troubleshooting guide to be completed and made available. (target date is April 25, 2022)

  • Review email, issues, and the Java guide to identify any recurring topics.

  • Address common scenarios, such as:

    • Event Hubs exceptions that can be returned, and guidance for them
    • Connectivity issues for enterprise environments. (try the web sockets transport)
    • Common event processor scenarios (too many partitions for the machine, load balancing can't keep up, etc)
    • Consider discussing specific sets of log events to capture for certain scenarios
  • Write the guide in markdown format, intended for /sdk/messaging/azeventhubs/TROUBLESHOOTING.md

  • Add stub guides in the root of each package pointing back at the main troubleshooting guide. (see KeyVault for inspiration)

Success Criteria

  • The guide has been created and added to the repository.

References and Resources

jsquire avatar Apr 06 '22 15:04 jsquire