-
Notifications
You must be signed in to change notification settings - Fork 0
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
grpcbin client possibly not working properly / server has no logs #27
Comments
ps when I'm using evans to run Unary svc, I'm able to see response and server's logs.
|
@ep4sh got it, i'll take a look ~ |
@ep4sh This grpcbin is a small tool to test grpc connection, especially in k8s environment. It only focus on the connection
some use cases
That's how i used grpcbin to test nginx grpc settings in ingress https://github.com/Anddd7/rubber-duck/tree/main/grpcbin |
Hi!
I'm trying to run the grpcbin server via:
But when I do connect via the client:
it replies, but no logs on the server side were created.
Also grpcbin doesn't respec
--host
flag - it continues listening on:::
tcp6 socket (see netstat output)please be noted, I'm new to gRPC, and it might be that I was wrong :)
Looking forward to your comment.
regards,
Pasha.
The text was updated successfully, but these errors were encountered: