OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

Fixes #17718 : Notification Debuggability

Open Siddhanttimeline opened this issue 1 year ago • 2 comments

Describe your changes:

Fixes #17718

Created below APIs:

  1. Diagnostic info by ID/Name.
  2. Failed events by ID/Name
  3. List all failed events
  4. List destinations by ID/Name.
  5. List Successfully sent changeEvents by ID/Name.

Failed events can further be filtered by source (errors directed toward the publisher or subscriber).

Type of change:

  • [ ] Bug fix
  • [x] Improvement
  • [ ] New feature
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation

Checklist:

  • [x] I have read the CONTRIBUTING document.
  • [x] My PR title is Fixes <issue-number>: <short explanation>
  • [x] I have commented on my code, particularly in hard-to-understand areas.
  • [x] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

Siddhanttimeline avatar Oct 10 '24 04:10 Siddhanttimeline