gRPC with Spring Boot Example | Protobuf Stub & Skeleton | Tech Primers

preview_player
Показать описание
This video covers how to integrate gRPC with a Spring Boot application

📌 Related Links
=============

📌 Related Playlist
================

🎬 Video Editing: FCP

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#gRPC #SpringBoot #TechPrimers
Рекомендации по теме
Комментарии
Автор

You won't believe it, but your videos saved my life! Keep up the good work

weitanglau
Автор

Thanks for a clear and short explanation.
Very good video to start learning gRPC

balajimathu
Автор

Simply the best way to understand and implement Grpc. Thanks Sir

dramaqueenpahelsrivastava
Автор

Very useful and pragmatic crash course on grpc, thanks!

pelox
Автор

gRPC is faster by avoiding heavy serialisation mechanisms like json and xml parser uses.. there are other alternatives of proto3 which uses better memory allocation and compression… gRPC is fast, but it is really tough to replace rest bcz of its flexibility on schema modifications ..

Anand-fyoo
Автор

I was about to start series on gRPC and micro services and I saw your video. Keep it up. 👍👍❤️

azharmobeen
Автор

Thanks for the video man, really appreciate it.

ambarishkapil
Автор

Great video, would be really helpful for learning grpc for Java guys.

Priyam_Gupta
Автор

Hey! I'm getting this error in the greeting parent pom.xml - 'packaging' with value 'jar' is invalid. Aggregator projects require 'pom' as packaging.

kritikasharma
Автор

It is almost like SOAP webservices.
Instead of WSDL file, writing protobuf file & generating classes.

As it has binary protocol, if spring has, spring native app with grpc support & reactive, that is crazy combination with respect to performance. Agree?

saratchandra
Автор

Great video. Any idea on the client side implementation? For java service to service communication?

siddharthRoy
Автор

good video. keep it on. some suggestion, maybe you can demonstrate a comparison of how grpc is faster than rest protocol.

terjemahanminda-ahmadfahmi
Автор

Could you please make a video using spring security in gRPC based microservices and also use spring data jpa for persistence

gangapurgrowthhub
Автор

I'm getting error after running the message curl command - Error invoking method error getting request data: invalid character 'm' looking for beginning of object key string

kritikasharma
Автор

Nice explanation.

So we can't test service in postman or browser?
It is bit extra effort when compared with rest api's.
In industry, people are using extensively?

saratchandra
Автор

Nice explanation, Could you please do for Gradle project .

vijayank
Автор

Good video 👍. You mentioned that you are using M1 macbook. Can you please let me know if it is pro or air and also have you faced any issues related to programming I mean with any installations(java, maven, docker etc) on M1 laptops?

bandapalliharish
Автор

Bi directional streaming is required for this particular video session.

swastikpanda
Автор

can you update your github file to match with the result of this video. So much things in pom files that are different.

thanhtc
Автор

How can we handle timeouts in grp call? Can we use resilience4j?

Golbyzshorts