-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[EH] Troubleshooting Guide Updates #38962
base: main
Are you sure you want to change the base?
Conversation
API change check API changes are not detected in this pull request. |
- [Connect using an IoT connection string](#connect-using-an-iot-connection-string) | ||
- [Cannot add components to the connection string](#cannot-add-components-to-the-connection-string) | ||
- [Enable and configure logging](#enable-and-configure-logging) | ||
- [Enable AMQP transport logging](#enable-amqp-transport-logging) | ||
- [Troubleshoot EventProducerAsyncClient/EventProducerClient issues](#troubleshoot-eventproducerasyncclienteventproducerclient-issues) | ||
- [Cannot set multiple partition keys for events in EventDataBatch](#cannot-set-multiple-partition-keys-for-events-in-eventdatabatch) | ||
- [Setting partition key on EventData is not set in Kafka consumer](#setting-partition-key-on-eventdata-is-not-set-in-kafka-consumer) | ||
- [Buffer producer not sending events](#buffered-producer-not-sending-events) | ||
- [Troubleshoot EventHubConsumerClient issues](#troubleshoot-eventprocessorclient-issues) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link is not clickable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this one is working for me locally ?
- [Managing clients](#managing-clients) | ||
- [Adding components to the connection string does not work](#adding-components-to-the-connection-string-does-not-work) | ||
- ["TransportType=AmqpOverWebsocket" Alternative](#adding-transporttypeamqpoverwebsocket) | ||
- ["Authentication=Managed Identity" Alternative](#adding-authenticationmanaged-identity) | ||
- [Connect using an IoT connection string](#connect-using-an-iot-connection-string) | ||
- [Cannot add components to the connection string](#cannot-add-components-to-the-connection-string) | ||
- [Enable and configure logging](#enable-and-configure-logging) | ||
- [Enable AMQP transport logging](#enable-amqp-transport-logging) | ||
- [Troubleshoot EventProducerAsyncClient/EventProducerClient issues](#troubleshoot-eventproducerasyncclienteventproducerclient-issues) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
link is not clickable
Updates to the troubleshooting guide to handle asyncio issues, duplicates etc.