Hi All,
I am reading stream data from event hub using Event Stream and saving into delta table say x.
In case of any data issue, I want to get notified or insert this corrupt data into a different table say y.
I see in event stream monitoring window, we can find how many events are failed in last 30 days. But it doesn't give the complete detail like what all events are failed, and what will happen to those events. I want to save these failed events into different table for analysis and take actio.