DLQ functionality for data historization events

Bernard Pletikosa 105 Reputation points
2023-07-12T16:33:18.47+00:00

We are using DLQ functionality for ADT Event routes. This can easily be set up and there is no issues.

We are also using Event historization (that creates, we assume, an event route in the background) that is going over a different EventHub and into ADX.

Documentation states: "Azure Digital Twins data history builds on the existing ingestion mechanism provided by Azure Data Explorer." The question are:

  • What happens in case of ADX or any other type of failure for historical connection?
  • Is there some built in DLQ and how exactly the historization mechanism works?
  • What exactly is the guarantee that event produced by ADT will be delivered to ADX?
    • Is it at-least-once?
      • Can there be data loss?
Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
219 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sander van de Velde 28,386 Reputation points MVP
    2023-07-12T17:13:49.01+00:00

    Hello @Bernard Pletikosa ,

    Azure Data Explorer uses the concept of database data connections for ingesting event data.

    One of the connections is for Event Hubs:

    User's image

    Check this blog post for a background story.

    Regarding the guarantee, this is based on the standard behavior of the used tooling like the EventHub.

    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.


0 additional answers

Sort by: Most helpful