Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Implement protocol plugin and rpcv2 protocol #264
Implement protocol plugin and rpcv2 protocol #264
Changes from 16 commits
a57acd6
4d3a7f4
036d2d8
fb17908
c7c672c
787f763
37c2508
578478e
c168be0
2d098e4
885ae8b
20abd06
aa367c8
589feaa
8e4c0f3
03e7699
318b0cd
c29eb20
d5413e6
68713d1
5418ba0
1f475c2
42114fa
2656ba7
86c777d
2014c1c
1a26319
1ed8b04
f7922a9
a4ef87c
f4cb90d
fd361e9
659a1ea
f3360c3
7952f0e
b4354a9
44f1898
4b1ed95
15cf0aa
9a9afb6
3f35c47
69208d9
0edce81
046227d
0687fd4
7a9a8f3
e05f941
3bc1683
8e201a6
0ae5b87
36fe4a5
c175478
936d4ec
d3875d1
eb3255a
c5adb00
a65325d
cebe5c4
70dd666
52a8d15
fcb34b1
bd0d912
f7358e5
402f07a
86995e0
8a29c33
668d9b0
cafe0a9
37ca72d
7d590d8
3ec2dd0
75837df
7ba096f
8ea5ea0
0ab8632
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reason why weld ordering is important.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can add another method (later) for protocol ordering, and in aws-sdk-core, we have a plugin that defines the order (it would also have a reference to any in smithy-client).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately s3 has errors at 200 level, so this may need to be 0..599 or some way to control/customize this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that makes sense - we should do some brainstorm work when we start looking into error handling.