-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Pacifica Notifications version
n/a
Pacifica Core Software versions
n/a
Platform Details
n/a
Scenario:
Currently, clients of pacifica-notifications may create, read, update and delete event subscriptions. The side-effect of creating a new subscription is that the client receives CloudEvents notifications for future Pacifica transactions only.
This feature request is for "backfilling", whereby the client requests CloudEvents notifications for past Pacifica transactions.
Steps to Reproduce:
The client issues an HTTP request to a new pacifica-notifications endpoint, where the payload of the HTTP request is that of the "create" endpoint, but also includes additional two timestamps that collectively specify a time interval.
Expected Result:
The client receives CloudEvents notifications for Pacifica transactions that occurred in the past within the specified time interval that match the specified criteria (i.e., the JSONPath).
Actual Result:
n/a