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

feat: bootstrap event streams #597

Merged
merged 3 commits into from
Mar 9, 2022
Merged

feat: bootstrap event streams #597

merged 3 commits into from
Mar 9, 2022

Conversation

aajtodd
Copy link
Contributor

@aajtodd aajtodd commented Mar 9, 2022

Issue #

Support for awslabs/aws-sdk-kotlin#545

Description of changes

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

aajtodd and others added 3 commits March 4, 2022 10:46
* generate Flow<T> for event stream members

* carve out a path for deserializing event streams

* fix(codegen): short circuit payload deserializers with no members. Not all services return a payload for structs with no members

* update the event stream error representation design

* filter errors from generated event streams

* add extension for converting read channel to http body

* serialize event streams

* fix primitive writes not reserving space

* update design doc
* put generated identifier name into writer context
* introduce primitive name mangling capability
@aajtodd aajtodd requested a review from a team as a code owner March 9, 2022 17:38
@aajtodd aajtodd requested a review from ianbotsf March 9, 2022 17:39
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 9, 2022

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 6 Code Smells

No Coverage information No Coverage information
10.6% 10.6% Duplication

@aajtodd aajtodd merged commit 46d44ef into main Mar 9, 2022
@aajtodd aajtodd deleted the feat-event-streams branch March 9, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants