Neilblaze commented on issue #8986:
URL: https://github.com/apache/apisix/issues/8986#issuecomment-1453141357

   will it be something like this? 😄 
   
   ```yaml
   apisix:
       node_listen: "127.0.0.1:9080"
       http_admin:
           listen: "127.0.01:9180"
       ssl:
           enable: false
   
       proto:
           grpc:
               - name: model
               paths:
                   - "/path/to/model.proto"
   ```
   
   and for 
[this](https://github.com/ajavageek/grpc-apisix/blob/master/model/src/main/proto/model.proto)
 (in standalone) the proto would look like:
   
   ```proto
   syntax = "proto3";
   
   message HelloRequest {
       string name = 1;
   }
   
   message HelloResponse {
       string message = 1;
   }
   ```
   
   
   
   cc: @nfrankel, @navendu-pottekkat 


-- 
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