I'm using Time Series Insight that is consuming events from EventHub. I just saw that we have some duplicated data. Is there a way to avoid the store of duplicate data on TSI or even on EventHub?
Asked
Active
Viewed 72 times
0
-
I cannot speak for TSI, but Event Hubs has an at-least-once delivery guarantee. It is not possible to completely avoid duplication. – Jesse Squire Jan 25 '22 at 14:46
-
Please provide enough code so others can better understand or reproduce the problem. – mohammad mobasher Feb 05 '22 at 16:50