kayx23 opened a new issue, #9405:
URL: https://github.com/apache/apisix/issues/9405

   ### Current State
   
   In current 
[grpc-transcode](https://apisix.apache.org/docs/apisix/plugins/grpc-transcode/#enabling-the-plugin)
 doc:
   
![image](https://user-images.githubusercontent.com/39619599/236181934-220ed02d-4088-4020-b274-c380b010312a.png)
   
   Python is used to
   1. convert `.pb` file from binary to `base64` format
   2. send HTTP PUT request to `/protos` to create a protos resource
   
   
   ### Desired State
   
   Replace Python script with 
   * shell `base64` utility, which Linux distros and macOS come with
   * shell `curl` for sending HTTP requests
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to