-
Notifications
You must be signed in to change notification settings - Fork 458
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
Replace the tool of code generator for the gRPC API #2141
Comments
Maybe, we can migrate the tool to the |
Agree. We should try it out |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
/lifecycle frozen |
/good-first-issue |
@andreyvelich: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
From the description provided in this issue, I understand that the existing code generation tool 'znly/protoc' is not maintained properly, and there's a need to migrate to another tool, which has been mentioned in this conversation as Buf. As this issue is marked as a good first issue and aligns with my skill level, I'm keen to contribute to resolving it. I'm seeking any guidance or recommendations to get started on this task. Your assistance and response are invaluable to me. Looking forward to your input! |
/assign |
@shivas1516 Your understanding is correct. |
/kind feature
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
Currently, we are generating codes for the gRPC API from the protocol buffers definition with
znly/protoc
.However, the image doesn't seem to be maintained since the latest image was published 4 years ago.
So, we should replace the toll with another one.
follow-up: #2140
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Love this feature? Give it a 👍 We prioritize the features with the most 👍
The text was updated successfully, but these errors were encountered: