gRPC 101 for Java Developers by Ray Tsang

Поділитися
Вставка
  • Опубліковано 6 вер 2024
  • gRPC is a high performance, open source, general RPC framework that puts mobile and HTTP/2 first. gRPC is based on many years of Google's experience in building distributed systems - it is designed to be low latency, bandwidth and CPU efficient, to create massively distributed systems that span data centers, as well as power mobile apps, real-time communications, IoT devices and APIs. It's also interoperable between multiple languages.
    But beyond that fact that it's more efficient than REST, we'll look into how to use gRPC's streaming API, where you can establish server-side streaming, client-side streaming, and bidirectional streaming! This allows developers to build sophisticated real-time applications with ease.
    In addition to learning about gRPC and HTTP/2 concepts with code and demonstrations, we'll also deep dive into integration with existing build systems such as Maven and Gralde, but also frameworks such as Spring Boot and RxJava. - Configuring projects to generate gRPC stub code - Using Protobuf3 to define services - Creating synchronous and asynchronous services, with streaming. - Load balancing - Intercepts.
    Ray is a Developer Advocate for the Google Cloud Platform. Ray had extensive hands on cross-industry enterprise systems integration delivery and management experiences during his time at Accenture, managed full stack application development, DevOps, and ITOps. Ray specialized in middleware, big data, and PaaS products during his time at Red Hat while contributing to open source projects, such as Infinispan. Aside from technology, Ray enjoys traveling and adventures.
    Follow Ray on Twitter @saturnism
  • Наука та технологія

КОМЕНТАРІ • 11

  • @IsaacCheng8
    @IsaacCheng8 5 років тому +5

    The talk is not only educational, but also fun to watch. Awesome Ray! Keep up the good work! Thanks.

  • @sowmithra
    @sowmithra 6 років тому +3

    Fantastic! It helps basic understanding of grpc very well rather than going thru some tutorials or whatever online or books. If someone don't understand first time, watch second time along with tryout yourself in lappy.

  • @chandragie
    @chandragie 2 роки тому +3

    I felt so depressed knowing he mentioned all the stuffs in 2017 and I just got to know them not too long ago....

  • @robinmathur5807
    @robinmathur5807 4 роки тому +1

    I found this video is one of the good videos on topic of gRPC with java. Great job Ray

  • @SamiulsBlog
    @SamiulsBlog 7 років тому +2

    Great video. I was trying to figure out why we are using StreamObservable, even though my return was not a stream. This video has lots of info which are hard to figure out from the documentation.

  • @gabrielhunk
    @gabrielhunk 3 роки тому +2

    Excelent talk! Learned a lot.

  • @laxmanmule9313
    @laxmanmule9313 2 роки тому +1

    please make video on test cases of GRPC method

  • @abrahammoyo3457
    @abrahammoyo3457 3 роки тому

    Well taught and well demonstrated

  • @jamilxt
    @jamilxt 3 роки тому

    Insightful! Thank you.

  • @user-yn5gi6ty5c
    @user-yn5gi6ty5c Рік тому

    It's very usefull 😍

  • @user-td5ht8rw7w
    @user-td5ht8rw7w 2 роки тому

    awesome!