Azure IoT Hub Generates Duplicate Events
See original GitHub issueDescribe the bug I get a Duplicate Event. In Azure Event Subscription and also Azure Function which is trigger from Azure Event Hub
Expected behavior I get Rendomany Duplicate Message on Cloud, where my edge device sends only one message
Actual behavior (include Exception or Stack Trace) It behavior randomly on any patten
To Reproduce Steps to reproduce the behavior (include a code snippet, screenshot, or any additional information that might help us reproduce the issue)
Environment:
- Name and version of the Library package used: [e.g. Azure.Storage.Blobs 12.2.0]
- Hosting platform or OS and .NET runtime version (
dotnet --info
output for .NET Core projects): [e.g. Azure AppService or Windows 10 .NET Framework 4.8] - IDE and version : [e.g. Visual Studio 16.3]
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (5 by maintainers)
Top Results From Across the Web
Capture Event Hub without duplication - Microsoft Q&A
What is the best way to capture event hubs without duplication. Since event hubs delivery at least once. We can have the same...
Read more >Event Hub -- how to prevent duplicate handling when ...
Now, regarding duplicate messages, since Event Hub guarantees at-least-once delivery there isn't much you can do to prevent this. There aren't ...
Read more >Azure IoT Hub Producer
To write to Microsoft Azure Event Hub, use the Azure Event Hub Producer ... Azure IoT Hub generates a unique device ID and...
Read more >IoT Demo: Azure IoT Hub Egress to Event Grid - YouTube
This demo is part of a series showing the best practices for consuming and processing messages sent to Azure IoT Hub and focuses...
Read more >Cloud Data Design, Orchestration, and Management Using ...
Master and Design a Solution Leveraging the Azure Data Platform Francesco Diaz, ... So, it was decided to create a spin-off product, Event...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi Thanks to All Now my problem is solved, it some login problem Thanks to all for your support, I some changes in my edge module send message logic then the problem solved
What was the solution for this issue?