Тёмный
gRPC
gRPC
gRPC
Подписаться
This is a channel for all videos related to gRPC. Website at grpc.io
What s New in gRPC   Gina Yeh, Google
19:07
9 месяцев назад
gRPC Meets Jakarta EE   Ron Sigal, Red Hat
23:37
9 месяцев назад
gRPConf 2023 Sunnyvale, CA | Register Now
1:19
10 месяцев назад
Комментарии
@yuexinli4043
@yuexinli4043 Месяц назад
gRPC = Golden Retriever PanCakes lol
@zarkiuz5722
@zarkiuz5722 Месяц назад
+1 promete muchas novedades interesantes
@zarkiuz5722
@zarkiuz5722 Месяц назад
6:23
@saalee-th5ss
@saalee-th5ss 3 месяца назад
❤❤
@ordinarygg
@ordinarygg 4 месяца назад
if you use gRPC, why do you use it instead of raw TCP packets with binary data and then deserialise? what's the benefit?
@vigneshwaranrenganathan7743
@vigneshwaranrenganathan7743 4 месяца назад
can we expect support for Rust in future?
@Dominik-K
@Dominik-K 7 месяцев назад
Love this talk, great presenter!
@benitoclawson3743
@benitoclawson3743 8 месяцев назад
*Promo SM* 😝
@IanDouglas
@IanDouglas 8 месяцев назад
Ping me anywhere as iandouglas736 if you have questions about this content or how to use/build gRPC APIs in Postman!
@gofudgeyourselves9024
@gofudgeyourselves9024 9 месяцев назад
ok
@gofudgeyourselves9024
@gofudgeyourselves9024 9 месяцев назад
But netflix uses graphql
@user-vv1mz4bb3p
@user-vv1mz4bb3p 9 месяцев назад
Great Presentation!!!!
@gofudgeyourselves9024
@gofudgeyourselves9024 9 месяцев назад
why hasn't grpc gained the same popularity as graphql?
@yash1152
@yash1152 9 месяцев назад
0:07 nothing worse than a speaker deliberately mispronouncing per's own name.
@renucherian9999
@renucherian9999 9 месяцев назад
He pronounced it correctly. His name is Arvind, not Aravind.
@hlorii6598
@hlorii6598 3 месяца назад
"per's"? I suppose you mean "peer's", in which case I agree. He should have allowed Easwar to introduce himself, as is common practice.
@M_tk13
@M_tk13 10 месяцев назад
Wow! Awesome and exciting list of panelists👍🏻
@jankrynauw
@jankrynauw 11 месяцев назад
Tnx Richard! Nice to see the progress around gRPC. One question: we are currently running all our services as gRPC endpoints in golang on Cloud Run together with Cloud Endpoints (ESPv2) as our Proxy. How could one setup a gRPC Proxyless Service Mesh in the context of Cloud Run?
@RichardBelleville
@RichardBelleville 11 месяцев назад
Kelsey Hightower did a pretty dope demo about exactly that a couple of years ago: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-QyxQfW-Izs8.html
@M_tk13
@M_tk13 11 месяцев назад
What a great video 👍🏻
@Constantine..
@Constantine.. Год назад
Hello :) Two questions: 1) is this a new feature or just an explanation of a long-existing feature? 2) If this is a new feature, we can finally deprecate envoy to work with the browser? If both answers are yes, then this is great news!!
@grpcio
@grpcio 11 месяцев назад
xDS is fairly new and significant initiative that gRPC started supporting since v1.30.0 (C++, Java, Go, Python, PHP..) and Node v1.2.0 in 2020. gRPC still actively supports it and brings in new features to xDS, check out the feature list that keeps expanding :) github.com/grpc/grpc/blob/master/doc/grpc_xds_features.md
@grpcio
@grpcio 11 месяцев назад
gRPC xDS does not run on browser, it is mainly for gRPC backend server and client. If you have use cases, request a feature here: github.com/grpc/grpc-web
@Constantine..
@Constantine.. 11 месяцев назад
@@grpcio I use grpc-dart as a backend and in order for my project to be accessible from the browser, I have to use envoy as a proxy server. I figured you'd rolled out a new feature that would save me the trouble of using envoy directly.
@Constantine..
@Constantine.. Год назад
finally grpc channel wakeup 🙂
@patrizioblackburn1583
@patrizioblackburn1583 Год назад
🔥 🅿🆁🅾🅼🅾🆂🅼
@tylerbenton9962
@tylerbenton9962 Год назад
This is one of the greatest presentations I have ever seen. muy orgulloso, lo estas matando, con amor
@azatakhunov6061
@azatakhunov6061 2 года назад
good live meeting..... without Zoom... nostalgia
@pavlo_strokov
@pavlo_strokov 2 года назад
Could you please give a reference to the repository mentioned in the presentation?
@jankrynauw
@jankrynauw 2 года назад
Tnx Samuel - this is a really great explanation of ctx One question on the `go SubRequest(subCtx,...)` (time 24:08 of the video) - what happens if the the goroutine carries on after the main `func Request(ctx,...)` served the request? - when the main request is served the `ctx` is cancelled - will this not then initiate a cancel to all of its children, therefore cancelling the `SubRequest` via the `subCtx`?
@faustoarredondo7721
@faustoarredondo7721 2 года назад
Great session !
@DimiterStanev
@DimiterStanev 2 года назад
Great video & slides. Thank you! So this made me wonder - how these contexts propagate to other languages/runtimes - C++/Java/Rust/Python/etc. - Is it some magic behind gRPC or OpenTelemetry (which also has the notion of context), or is something more general missing?
@sujaychandra4001
@sujaychandra4001 2 года назад
very informative about context object
@johannes3154
@johannes3154 3 года назад
Because of the missing keepalive in Dart i decided to use Websockets for the Messaging and to trigger my grpc api. I wonder if it would be practical to just declare ping and pong protomessages to replace the missing keepalive and send those over long lived streams.
@abhilashgoyal2234
@abhilashgoyal2234 3 года назад
Where can I find this slide deck?
@natural-song
@natural-song 5 лет назад
seems hard