Spring Cloud | What is Spring Cloud Really All About?

In this lecture, we will understand what is Spring cloud really all about.
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state).
My Udemy course: Building Microservices with Spring Boot and Spring Cloud
Course link: www.udemy.com/course/building...
#microservices #springboot #springcloud

Пікірлер: 31

  • @JavaGuides
    @JavaGuides Жыл бұрын

    My Udemy course: Building Microservices with Spring Boot and Spring Cloud Course link: www.udemy.com/course/building-microservices-with-spring-boot-and-spring-cloud/?referralCode=6523E6A8A932A4359E6E

  • @statesmphinyane946

    @statesmphinyane946

    Жыл бұрын

    Do I need to first know Java to learn Spring cloud and Spring boot? I'm currently learning Python

  • @hattorihanzo8788

    @hattorihanzo8788

    Жыл бұрын

    @@statesmphinyane946 Yes you need to konw Java because Spring Cloud and Spring Boot are based on Java

  • @cacophony89896
    @cacophony89896 Жыл бұрын

    Awesome explanation, very straight to the point! Thank you sir!

  • @anurani7084
    @anurani7084 Жыл бұрын

    Thank you for making spring cloud simple and clear

  • @vjnt1star
    @vjnt1star6 ай бұрын

    Excellent presentation with a clear diagram, I understood everything very easily !

  • @parryismful
    @parryismful Жыл бұрын

    Awesome video. Nailed it completely.

  • @radhikaganesan
    @radhikaganesan6 ай бұрын

    May patience was running thin initially as I knew every pattern you were talking about but didn't realize how you would tie it with Spring Cloud. Great Explanation !

  • @mazyare
    @mazyare Жыл бұрын

    Thank you for the clear overview.

  • @peacefulcat3578
    @peacefulcat357810 ай бұрын

    Thank you sir!!! Very helpful! my personal takeaway is as follows. We want to build a web application which is a distributed system (supported by many microservices). There are many common patterns that will be used when building such system, including API gateway, config server, circuit breaker, distributed tracing, etc. Spring Cloud provide these common patterns so that we don't have to reinvent the wheels, and we can happily build our own distributed system using Spring Cloud.

  • @maheshmattad1054
    @maheshmattad105411 ай бұрын

    Whaaaah super explanation 👌

  • @abhilashpatel6852
    @abhilashpatel68528 ай бұрын

    Thanks a lot. one of the best video I have ever seen.

  • @user-yr7dy5tm4v
    @user-yr7dy5tm4v3 ай бұрын

    It is simple and awesome explanation. Thanks

  • @jazzindo8545
    @jazzindo85453 ай бұрын

    looks like all the challanges (lb, service discovery/registry, circuit breaker, distributed tracing, mtls east west whitelisting) can be solved using service mesh in kubernetes (linkerd, consul-connect, istio, etc) ?

  • @junioresnc
    @junioresnc3 ай бұрын

    excelent explanation, thank you!

  • @user-qr2cn5db5q
    @user-qr2cn5db5q6 ай бұрын

    Awesome explanation...loved it

  • @PhalzuBG
    @PhalzuBG9 ай бұрын

    Thank you, this helped!

  • @kalpanakonety8317
    @kalpanakonety8317 Жыл бұрын

    Super clear 😊

  • @techspeechplus582
    @techspeechplus582 Жыл бұрын

    Thank you so much 👍👍

  • @user-lx3gf8zc6v
    @user-lx3gf8zc6v Жыл бұрын

    Short and precise

  • @riteper6714
    @riteper6714 Жыл бұрын

    awesome... subscribed!

  • @mahek2001
    @mahek2001 Жыл бұрын

    Thank you so much

  • @subramanianchenniappan4059
    @subramanianchenniappan4059 Жыл бұрын

    I am buying your udemy course on microservice s. Does it have all these content. I am the techlead for a backend Java restful project . But doesn't have micro services hands-on

  • @letsfly662
    @letsfly662 Жыл бұрын

    Nice video!

  • @manikantamani3054
    @manikantamani3054 Жыл бұрын

    Crystal clear

  • @murthyinutube
    @murthyinutube3 ай бұрын

    1. API Gateway 2. Config server 3. Circuit Breaker Pattern 4. Service Registry and discovery (maintains host name and port) 5. Distributed Tracing 6. Load balancing 7. Centralized security

  • @shusmnasush1201
    @shusmnasush1201 Жыл бұрын

    Bro are you doing any job support

  • @TheDamnedCook
    @TheDamnedCookАй бұрын

    I have one question. Let's say in microservice 2 and microservice 1, there is an entity called User. They both are the same entity. Then, this User entity is updated in microservice 1. How do I maintain this User entity to always be the same between both microservices?

  • @andyholesdev

    @andyholesdev

    Ай бұрын

    you can use a broker such as kafka for updating the other database

  • @TheDamnedCook

    @TheDamnedCook

    Ай бұрын

    @@andyholesdev Thank you for your reply. But what I mean is entity in the project, not in the database tables. Let’s say User entity in microservice 1 has attribute ‘String address’. In microservice 2, address is changed to ‘Address address’. I want microservice 1 also recognize ‘address’ with type ‘Address’ in its code, without having to manually update it. Is there a way?

  • @chetan_rajputt
    @chetan_rajputt Жыл бұрын

    Please Sir Spring boot + angular videos in Hindi .....