gRPC Client & Server Microservices Implementation Using Spring Boot

gRPC Client & Server Microservices Implementation Using Spring Boot

Dev Problems

2 года назад

34,611 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

PrincE Kumar yadaV_171
PrincE Kumar yadaV_171 - 26.09.2023 21:23

For those who are using mac and getting error in generating .proto file replace ${os.detected.classifier} with osx-x86_64

Ответить
MithileshChandra
MithileshChandra - 30.08.2023 00:51

cool really great...

Ответить
ale jandro
ale jandro - 29.08.2023 21:19

Dear @Dev Problems... thansk a lot for sharing... I get your example, but has this problems when try compile the proto module:

....
package com.google.protobuf does not exist
package com.google.protobuf.GeneratedMessageV3 does not exist
package com.google.protobuf does not exist
package com.google.protobuf does not exist
package com.google.protobuf does not exist
... and more similar erros
...

Do you know what problems I had ... some tips for fix it?

Thanks a good day for you !!!

Ответить
Sleepingsonic
Sleepingsonic - 01.08.2023 16:59

Hallo i tried to follow your tutorial, all the mechanism should be same just with different name, but the grpc sevice just won‘t be recognised properly be springboot. Some the serverApplication just won't run at 9000 port and it end up crashing because both client and serviceApplication tend to run on 8080 by default. Does anyone have the same problem?

Ответить
Sorry, I'm Now Coding
Sorry, I'm Now Coding - 14.05.2023 13:06

be careful, spring boot 3 has not supported grpc at the moment.

Ответить
Sorry, I'm Now Coding
Sorry, I'm Now Coding - 13.05.2023 13:17

why don't you use higher jdk version ??

Ответить
Jay Rathod
Jay Rathod - 21.01.2023 18:49

From where did you refer the documentation to create such beautiful proto file? Beautiful tutorial

Ответить
Mohamed A
Mohamed A - 19.01.2023 22:18

Web server failed to start. Port 8080 was already in use. I'm getting this error. when I start the server What could be the problem?

Ответить
Octavian A. D. Cahyadi
Octavian A. D. Cahyadi - 03.01.2023 09:32

thanks for sharing man !!! awesome

is gRPC service also can run REST api service ? its run in the same port ?or spring boot expose 2 port for gRPC and REST ? also please create demo how to make server can handle gRPC an REST api. thanks man

Ответить
Thanh TC
Thanh TC - 26.12.2022 13:15

can you show how you set GroupId and ArtifactId when you create the first base Project

Ответить
Prithvi Sharma
Prithvi Sharma - 10.10.2022 08:14

Great video, I'd recommend this video for anyone who is looking to get started with gRPC!

Ответить
Sidharth vemula
Sidharth vemula - 28.09.2022 12:43

This is by far the most helpful video for grpc + springboot tutorial. Thanks a bunch 👍

Ответить
rohit mann
rohit mann - 07.09.2022 00:41

Use better mic/Else speak louder/keep mic close

U r just audible with max volume on phone 🥲

Ответить
ama bentil
ama bentil - 28.07.2022 13:59

Thank you

Ответить
Laxman mule
Laxman mule - 28.07.2022 13:59

please make video on Grpc test cases

Ответить
Ming Tech Media
Ming Tech Media - 13.07.2022 18:15

Great video, terrible audio. Had to connect to speakers to hear you. Maybe try a better mic or speaking up a bit. Other than that really good content! 😃

Ответить
Ramadhevi Rk
Ramadhevi Rk - 11.07.2022 22:30

Hi, it was very informative.
Say my microservices are discoverable only through Eureka, how to give the address of gRPC server in gRPC client in that case? @Dev Problems

Ответить