-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add support for server event streams #1157
Labels
server
Rust server SDK
Comments
82marbag
added a commit
that referenced
this issue
Jun 21, 2022
* Server event streams * Rename EventStreamInput to EventStreamSender * Make event stream errors optional * Pokemon service model updated * Pokemon server event handler * Pokemon client to test event streams * EventStreamDecorator to make optional using SigV4 signing Closes: #1157 Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
that referenced
this issue
Jun 21, 2022
* Server event streams * Rename EventStreamInput to EventStreamSender * Make event stream errors optional * Pokemon service model updated * Pokemon server event handler * Pokemon client to test event streams * EventStreamDecorator to make optional using SigV4 signing Closes: #1157 Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
that referenced
this issue
Jul 14, 2022
* Server event streams * Rename EventStreamInput to EventStreamSender * Make event stream errors optional * Pokemon service model updated * Pokemon server event handler * Pokemon client to test event streams * EventStreamDecorator to make optional using SigV4 signing Closes: #1157 Signed-off-by: Daniele Ahmed <[email protected]>
82marbag
added a commit
that referenced
this issue
Jul 25, 2022
* Support server event streams * Rename EventStreamInput to EventStreamSender * Custom event stream errors * EventStreamSender and Receiver are parametrized also on event stream error types * Pokemon service model updated * Pokemon server event handler * Pokemon client to test event streams * EventStreamDecorator to make optional using SigV4 signing * Use forInlineFun for all errors Closes: #1157 Signed-off-by: Daniele Ahmed <[email protected]> Co-authored-by: John DiSanti <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The server SDK supports blob streaming, but we haven't formally added support nor tested event streams https://awslabs.github.io/smithy/1.0/spec/core/stream-traits.html#event-streams
The text was updated successfully, but these errors were encountered: