-
Notifications
You must be signed in to change notification settings - Fork 13
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
interface/grpc/core>deploy: minor improvements #642
Conversation
needs review |
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.
Nicely done 👍
Way easier to understand and to add more feature in the future.
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.
The implementation of the reader from the gRPC stream done by @krhubert on #641 is actually simpler and doesn't involve any other parameter (eg: URL). I think this PR is not necessary anymore. |
I don't agree with it because putting a simple RecvMessage() func to stream reader and re-using it in the io.Reader implementation and in the deploy gRPC handler(DeployService) was my first intention while creating the stream reader and to me it's way easier to use. You can check this link to compare. Feel free to close this PR if you don't agree. |
this PR is now a part of a new one: #663 |
No description provided.