Designing Microservices using Spring Boot, Spring Cloud, Eureka and Zuul | # 1 | Tech Primers

Designing Microservices using Spring Boot, Spring Cloud, Eureka and Zuul | # 1 | Tech Primers

Tech Primers

7 лет назад

297,921 Просмотров

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


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

PIU ROY
PIU ROY - 11.06.2023 13:30

Excellent tutorial

Ответить
rahul raj saini
rahul raj saini - 14.08.2022 09:29

Excellent video background music is bit disturbing and distracting

Ответить
jayakrishna thammana
jayakrishna thammana - 05.08.2022 15:13

Can you provide the link to learn about zuul? I tried searching it , but not able to find it…

Ответить
Veera Gabbeta
Veera Gabbeta - 07.11.2021 06:55

Yahoo Finance Link is not working any alternative?

Ответить
Nishant
Nishant - 01.09.2021 21:52

1. Can hosting a seperate DB service be optimised further ? I mean can we not create a jar of this service and ask the consuming services like quote mgmt service to use it as a maven dependency , we can save the network calls then . What do u think ?

Ответить
Tamal Jha
Tamal Jha - 25.03.2021 12:45

Good tutorial but this is not a microservice by definition. There should not be a common database accessed by multiple microservices - rather each microservice should have its own DB. If that is not possible, then each microservice should clone its own copy of required portions of the DB, either periodically or based on events (and then manage transactions and data integrity actively - fro e.g using Saga design pattern)
With this architecture you have introduced all the complexities of the microservices architecture - like communication challenges, service discovery complexities, tracing & logging complexities, however you have still retained the largest drawback of monolits - i.e. single point of failure - which in this case is the DB service.

Ответить
Subramanian Chenniappan
Subramanian Chenniappan - 23.03.2021 11:49

Thanks

Ответить
Deepak Pandey
Deepak Pandey - 16.03.2021 18:43

Thanks for the tutorial. Is there any tutorial shared by you to show the communication between microservices using eureka on kubernetes (any cloud). If yes please share the link.

Ответить
Andhra Kitchen Foods
Andhra Kitchen Foods - 07.03.2021 15:53

Can you do one video on sagas design pattern with Spring boot based code example? Thank you and much appreciated.

Ответить
Andhra Kitchen Foods
Andhra Kitchen Foods - 07.03.2021 14:01

This is a wonderful technology channel.

Ответить
Developer Team
Developer Team - 27.02.2021 18:24

this sound is very hard

Ответить
nammal
nammal - 08.02.2021 22:03

Nice start, stopped watching becoz of noise music :-(

Ответить
Tejas Sontakke
Tejas Sontakke - 21.01.2021 10:10

Neat and clean explanation. Thanks for the video.

Ответить
yas varma
yas varma - 30.12.2020 11:43

Nice and very helpful but background music is disturbing.

Ответить
Krrish M
Krrish M - 15.12.2020 05:23

background score is very disturbing for learning session

Ответить
Pradnya Pathak
Pradnya Pathak - 26.11.2020 08:02

Good tutorial, please remove the music if possible it is very distracting

Ответить
Ameer M
Ameer M - 24.11.2020 20:30

Superb :)

Ответить
Shivam Gupta
Shivam Gupta - 17.11.2020 12:36

Nice , Please make some new project using kafka

Ответить
Akash sonu
Akash sonu - 05.11.2020 11:25

I know this is an old video but i wish this video had no background music. It's really annoying and hard to pay attention to what you are speaking. Please don't include background music like this or atleast use something that's not distracting.

Ответить