Sorry folks I forgot to upload the source code last night. github.com/nicholasjackson/building-microservices-youtube/tree/episode_17
@emcpadden4 жыл бұрын
Hey Nic ... I've been watching a lot of your episode and I just have to thank you for how good these are. This is getting me up to speed very quickly. THANK YOU!!!
@sovrinfo Жыл бұрын
Great video. Thanks
@huydam48564 жыл бұрын
Hi Nic, have been a huge fan since I discovered your channel. Just want to say I appreciate your Go Tutorial vids and love to see more in this series
@NicJackson4 жыл бұрын
Thank you, I have another episode coming this week
@najamawan4 жыл бұрын
I will watch this first thing in morning
@NicJackson4 жыл бұрын
If you have any questions regarding this or any other videos feel free to ask them in the comments or check out Mashin and Microservices (kzbin.info/www/bejne/l6HIipWOr9-kqbM) which is a live stream i run every two weeks. You can jump on there and ask questions.
@mehedihasanshuvo4874 Жыл бұрын
Excellent video, but you didn't discuss the MonitorRates method in data package
@julianj3523 жыл бұрын
This is truly the best tuto iv seen
@77loutube3 жыл бұрын
This was dope!
@xinqi33402 жыл бұрын
Thanks Nic for this useful video series. Do you have any suggested material that I can learn how to handle reconnect with lost GRPC server, for example, when the grpc server got restarted?
@harshthakur72154 жыл бұрын
Hey Nic, could you do a video covering more about defining proto messages, things covering "oneof" , "Any", nested message types, etc at some point?
@NicJackson4 жыл бұрын
Great idea Harsh I will cover this in the next couple of episodes
@harshthakur72154 жыл бұрын
@@NicJackson Thanks ! I have been facing trouble in this area . Apparently, when we have nested message types, the fields in the inner message type are not easily accessible from server stub.
@dev4d4 жыл бұрын
Finally!
@denniskern17724 жыл бұрын
Hi Nic, great introduction to gRPC. What do you think of doing an episode exclusive for writing some unit/function tests? We all love tests and this can be tricky sometimes ;-)
@NicJackson4 жыл бұрын
I am going to have a full series of videos on Testing coming up in the next few weeks. Just going to finish this series on gRPC and next is going to be Unit, Behavioural, and Performance testing.