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
As a dev, I want to implement the RecordEventAndPublishNotification RPC, so that users can actually store events in some backing database and publish notifications to some notification bus.
Acceptance Criteria
RecordEventAndPublishNotification RPC should validate the received cloudevent
RecordEventAndPublishNotification RPC can append events to the EventStore
RecordEventAndPublishNotification RPC can publish notifications to the Bus
RecordEventAndPublishNotification RPC should fail if appending the event fails
RecordEventAndPublishNotification RPC should fail if publishing the notification fails
Zaba505
changed the title
story(grpc): integrate event store interface with RecordEventAndPublishNotification rpc
story(grpc): implement RecordEventAndPublishNotification rpc
Nov 5, 2022
Description
As a dev, I want to implement the RecordEventAndPublishNotification RPC, so that users can actually store events in some backing database and publish notifications to some notification bus.
Acceptance Criteria
Related Issues
The text was updated successfully, but these errors were encountered: