You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/18 15:43:10 UTC

[GitHub] [apisix-dashboard] bzp2010 edited a comment on pull request #2099: feat: support proto API

bzp2010 edited a comment on pull request #2099:
URL: https://github.com/apache/apisix-dashboard/pull/2099#issuecomment-922330132


   Hi, everyone. This is some information about the current PR.
   
   ### Complete status: 
   - [x] functional code writing
   - [x] unit test
   - [x] E2E test
   - [ ] API Document
   
   ### Current limitations:
   Now I haven't found a way to integrate the protobuf golang generator into the program, so I can't verify the protobuf entered by the user in real time and point out the error.
   I noticed that software such as `protoc-gen-go` and `protoc-gen-gogo` are written as `protoc` plugins, completely using `stdin` and `stdout` to interact with `protoc`, and there is no need to consider the possibility of introducing other programs as dependency libraries.
   
   ### Need help:
   I wonder if you have a better way. If so, please point it out and I will continue to improve it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org