Closed sticksen closed 3 years ago
Hello, and thanks for reporting this issue. This is an obsolete repo for the legacy (com.microsoft) Java event hubs client. You're using the new (com.azure) client which is maintained over at https://github.com/Azure/azure-sdk-for-java -- if you open your issue there with an "Event Hubs" tag, that will get the attention of the people who can help you.
Thanks! I got redirected 2 times now then. :) First time here: https://github.com/Azure/azure-iot-sdk-java/issues/880#issuecomment-670082358
🤷♂️
I'm sorry you've been getting bounced around, but I swear that's the right place! :) You can see the throw at the top of your call stack at https://github.com/Azure/azure-sdk-for-java/blob/d3a06720715656ace01c901183b5955a4e3c14fe/sdk/core/azure-core-amqp/src/main/java/com/azure/core/amqp/implementation/ReactorDispatcher.java#L93
Description
I´m using the example in https://github.com/Azure-Samples/azure-iot-samples-java/tree/master/iot-hub/Quickstarts/read-d2c-messages to connect to the IoTHub Eventhub. At first it all works fine, but after a few hours the connection drops with the following error messages in the log. Neither the
completed
,error
or any other lambda is called by the Reactive chain, so I don´t see any chance to recover in my code currently.What is the preferred way to handle this?
Context