This is by far the best nGinx hands-on ever. Thank you very much. What about you split server and client into two distincts apps, run them in Docker? This would emulate real life situation and would be fantastic to see.
Hello! Thanks for the video! Does it work for streaming as well? Because every request goes thought nginx server does it overload the resource while streaming?
@@TECHSCHOOLGURU Thanks... one suggestion, you should write a book on grpc, I have gRPC up and running by O'Reilly and its some what similar with this series, but this series has better examples and more information... neways thanks again
I get this error after introducing nginx -> failed to create auth interceptor rpc error: code = Internal desc = Bad Request: HTTP status code 400; transport: received the unexpected content-type "text/html"
Hi Akash, If it returns text/html then it's possible that the request doesn't reach your gRPC server. You can check the logs on your gRPC server and nginx to verify that. Also, make sure your nginx is configured properly.
This is by far the best nGinx hands-on ever. Thank you very much.
What about you split server and client into two distincts apps, run them in Docker? This would emulate real life situation and would be fantastic to see.
tiếng anh của bác tốt quá, lúc đầu em đoán là người việt nói, nhưng sau đó nhìn thấy terminal mới dám chắc chắn :))
Thanks :D
Thank you very much!
Welcome!
Hello! Thanks for the video! Does it work for streaming as well? Because every request goes thought nginx server does it overload the resource while streaming?
would you shoot a deploy video (don't heroku) exactly? and things like security tests. get ready to go live. Are you going to shoot a grpc-web video?
Thanks for the suggestion. It's not in my plan yet, but I will think about that.
Really cool and useful channel, but I don't understand why there is so small rating?
Thanks. The channel is new, so there's not many people know about it yet. I hope it will grow over time.
Can you make an example for making communication between microservices using jwt
Hi Arjun, there's already a video about JWT (lecture 15): ruclips.net/video/kVpB-uH6X-s/видео.html
@@TECHSCHOOLGURU implementing middle ware and communicating between two micro services
very informative videos, learnt a lot.. any plans for Client Side LB?
Thanks. No plans for it at the moment, but will try if I have time in the future.
@@TECHSCHOOLGURU Thanks... one suggestion, you should write a book on grpc, I have gRPC up and running by O'Reilly and its some what similar with this series, but this series has better examples and more information... neways thanks again
I get this error after introducing nginx -> failed to create auth interceptor rpc error: code = Internal desc = Bad Request: HTTP status code 400; transport: received the unexpected content-type "text/html"
Hi Akash,
If it returns text/html then it's possible that the request doesn't reach your gRPC server. You can check the logs on your gRPC server and nginx to verify that. Also, make sure your nginx is configured properly.
Get same error, just remove "ssl_verify_client on;", then it works.
Its amazing tutorial! would you show how to use gRPC (java) in keep-alive type connection with Client and Client-Side LB?
Thanks for the suggestion. I will try to make a video about client side LB when I have time.
b