I'm so appreciative that you've kept up with this. It's been such a great series.
@gaspiman24 жыл бұрын
Hey Nic, I can't express how grateful I am for your tutorials. Thank you!
@NicJackson4 жыл бұрын
Thank you, it means a lot. I am just trying to share what little I know.
@abdorootuae Жыл бұрын
thank you very for the tutorials i got a self confidence because of it
@bolajiolumide13784 жыл бұрын
Always like the sound, thanks Nic once again
@buacomgiadinh14 жыл бұрын
Thank you for using grpc client inside http web server
@antonynduhiu74062 жыл бұрын
getting this now, it's s helpful.Thanks Nic
@re0xey3 жыл бұрын
Hi Nic, thanks for this great series. I just wanted to clarify one thing here, as the product-api uses protobuf from the currency service, isn't that we may have to create a separate definition for protos using protoc for product-api as these services will be running in isolated containers. I see here you are using the same protos definition from currency service.
@NicJackson3 жыл бұрын
Hey @Reo, it is perfectly fine to share the generated protocol buffer code Go would import this like any normal package, however; it is also not wrong to just share the interface definition (.proto) and generate this code for each service using protoc. Both approaches work just fine and are both acceptable approaches, in theory, given the same input .proto file the generated output would be exactly the same. It really is just down to how you would like to manage your dependencies. Sometimes what I tend to do when building a service is to create a client SDK that lives with the API, any downstream services would use the SDK rather than interact with the API directly. This approach means the downstream has no knowledge of the interface be it REST or gRPC and only interacts with the Go interface of your design. I hate to say it really depends but often there is no right and no wrong approach and you should do what works best for your circumstances.
@ashrafuzzamannoor73164 жыл бұрын
Can't thank you enough for such a great series!!
@LibeduX4 жыл бұрын
thank you for this amazing work
@blackmagepro9992 жыл бұрын
Best grpc tutorial
@MakeAsPro6 ай бұрын
14:15 Client start
@sovrinfo Жыл бұрын
Very good content! Thanks!
@reptileandad2 жыл бұрын
very good content! thanks so much.
@mloeper4 ай бұрын
Thanks!
@francodeleon91794 жыл бұрын
Thanks Nic, amazing videos
@aseep01094 жыл бұрын
Thanks, bro! you're my hero!
@MarcelTndl4 жыл бұрын
Wow... this videos are the best .
@subramanianchenniappan40593 жыл бұрын
Thanks
@anandpratapsingh87473 жыл бұрын
hi nic, this video most valuable for me, please make video on protecting services with jwt authentication in java lang. i mean to say , without login on one can access our services.