Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #17718 : Notification Debuggability #18199

Merged
merged 25 commits into from
Oct 30, 2024

Conversation

Siddhanttimeline
Copy link
Contributor

@Siddhanttimeline Siddhanttimeline commented Oct 10, 2024

Describe your changes:

Fixes #17718

Created below APIs:

  1. Diagnostic info by eventSubscription ID/Name.
  2. Failed events by eventSubscription ID/Name
  3. List all failed events
  4. List destinations by eventSubscription ID/Name.
  5. List Successfully sent changeEvents by eventSubscription ID/Name.
  6. listEvents API, filtered by 'failed,' 'successful,' and 'unprocessed' events.

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

Type of change:

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

Checklist:

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

Copy link

Copy link

@harshach harshach disabled auto-merge October 30, 2024 18:55
@harshach harshach merged commit f0fc482 into main Oct 30, 2024
20 of 23 checks passed
@harshach harshach deleted the debuggability-alert-notifications branch October 30, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend safe to test Add this label to run secure Github workflows on PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Notification Debuggability
4 participants