-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Stream decoder optimize #1590
Stream decoder optimize #1590
Conversation
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 will merge as is if you are tired of the back and forward, but if not =)
…amDecoderOptimize
ae36e27
to
3378e13
Compare
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.
@mroccyen I have some maintenance related feedback.
…amDecoderOptimize # Conflicts: # core/src/test/java/feign/stream/StreamDecoderTest.java
…amDecoderOptimize # Conflicts: # core/src/test/java/feign/stream/StreamDecoderTest.java
Thank you for updating. If you could please add a section to the README with some documentation, this PR looks ready to be merged. |
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.
Please add some documentation to the Readme
I've already added it. |
this.iteratorDecoder = iteratorDecoder; | ||
this.delegateDecoder = delegateDecoder != null |
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.
this.delegateDecoder = Optional.ofNullable(delegateDecoder);
* Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add some example * Optimize StreamDecoder * add a section of README for stream decoder * Update StreamDecoder.java Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
* Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add license header * Optimize StreamDecoder * Optimize StreamDecoder * Optimize StreamDecoder * add some example * Optimize StreamDecoder * add a section of README for stream decoder * Update StreamDecoder.java Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
This PR has the following optimizations: