You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by "AstarLight (via GitHub)" <gi...@apache.org> on 2023/03/16 04:00:09 UTC

[GitHub] [apisix] AstarLight commented on issue #9079: bug: grpc-transcode not support python server

AstarLight commented on issue #9079:
URL: https://github.com/apache/apisix/issues/9079#issuecomment-1471266413

   I use grpcurl to ensure my python server works normally.
   
   ```
   root@DESKTOP-32INF72:~/go/bin# ./grpcurl -d '{"name": "zhangsan"}' -plaintext 172.26.46.110:50052 helloworld.Greeter.SayHello
   {
     "message": "Hello, zhangsan!"
   }
   ```


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