You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have difficulty tracking the state of a changeEvent in case of failure.
We need the following information to be built so it RCA for failed message become easy.
Tracking the current state of publisher , the available event in the queue(change_event table) and the current offset run for the publisher.
Each publisher can have n destination and it is crucial to differentiate the event failed for which destination , we have consumer_dlq that can be utilized , but as of today that is working at the consumer level and not at the destination level.
Adding Test Message for all Slack, MsTeams , Email , to allow users to test working functionality while create the alerts.
Provide api for errored event , with the failureContext and also for which destination that particular event failed
The text was updated successfully, but these errors were encountered:
* create EventSubscriptionDiagnosticInfo
* API for failedEvents
* migrations
* add index on source
* list all failedEvents optionally filtered by source
* refactor
* refactor
* getSuccessfullySentChangeEventsForAlert API
* increase defaultValue of limit to 100
* resolve conflicts
* listEvents API with 'failed', 'successful,' and 'unprocessed' query parameters
* fix description
* eventSource as enums
* refactor name.
---------
Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
Currently, we have difficulty tracking the state of a changeEvent in case of failure.
We need the following information to be built so it RCA for failed message become easy.
The text was updated successfully, but these errors were encountered: