Microservices vs. service oriented architectures

Поділитися
Вставка
  • Опубліковано 13 гру 2024

КОМЕНТАРІ • 22

  • @fstaheli
    @fstaheli 6 років тому +21

    Here are a couple of specifics that I appreciated, and that I had not heard in other presentations of Microservices vs SOA:
    --With SOA, the service was deployed on the Enterprise Service Bus, and you couldn't just improve the scale (performance) of one service--instead you had to scale the entire ESB. Microservices can be scaled independently.
    --With SOA, if the ESB needs to be patched, you potentially affect every service on the ESB.

  • @thoringham
    @thoringham 6 років тому +4

    One does not need an ESB to do SOA. ESB is an architectural pattern just like a microservice architecture (MSA) is a pattern. Martin Fowler (I think was the first) even called microservices a subset of soa. There is nothing wrong with either approaches- they are applicable patterns for various problems. There are a number of platforms / tools, that can support many architecture and deployment topologies. I would be hesitant to build a new system using a MSA without involving a platform to solve the first 75% of the software stack. Then I could focus my effort on the last 25% which should be the part that pays for it all. Once the money flows in one can start to reinvent the wheel to save on cost- though even then it might be easier / cheaper to give some gold coins for a proven baseline.

  • @jvmartinez531
    @jvmartinez531 6 років тому +1

    Is there a significant latency difference between soa and micro service due to messaging?

  • @BhalchandraKadamITGuy
    @BhalchandraKadamITGuy 7 років тому +3

    short and sweet! wonderful! thanks

  • @pratikaambani
    @pratikaambani 6 років тому +2

    What does ESP mean?

    • @sagarbodapati2645
      @sagarbodapati2645 6 років тому +2

      It sounds like ESP to us :) But it is ESB, the Enterprise Service Bus.

  • @ganeshbabu72
    @ganeshbabu72 6 років тому +2

    Kent's comment about individual services cannot be scaled in an ESB is not true, you can scale individual services in an ESB.

    • @gmanshani
      @gmanshani 6 років тому +1

      Right, Many tools like WIly can help to individual scale the services.

  • @satyajitsethy657
    @satyajitsethy657 7 років тому +1

    Concepts wise its Good explanation guys, but on implementation specifics and on real value add not finding much. One point I got this video like for SOA based u need ESB, where as MicroService self container based-Docker which is free. Other one like not required heavy configuration, XML binding etc with Microservice which is there with SOA. But if your SOA based application which is not using ESB, then what will be the value add point to move/migrate to Microservice ?

    • @CharleyDC5R
      @CharleyDC5R 6 років тому

      Satyajit Sethy the most significant benefit I see is that microservices makes the components so small, self contained and easily deployable, that it's a netter fit for agile development and is more in line with DevOps practices these days. Monolithic web services are difficult to scale and evolve because of their size, which I think microservices will help drastically about.

    • @RayAvijeet
      @RayAvijeet 5 років тому

      @@CharleyDC5R That's regressive and doesn't answer the question at all !

  • @DheerajPure
    @DheerajPure 7 років тому

    It's good to hear that if people have to upgrade with technology modernization, SOA technologies like transaction-management, messaging, O-R mapping, business rule management will also have to be find there places in MicroServices world.

  • @ariand.sialajulio7506
    @ariand.sialajulio7506 3 роки тому

    Thanks, Very good!

  • @crazyhiker379
    @crazyhiker379 5 років тому

    Thanks a lot, Very informative.

  • @seandougan8593
    @seandougan8593 5 років тому

    Quality and clear.

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

    I don't even know what this stuff is, but after watching this, I know what this stuff is, but I still don't really know what it is, but I kind of know what it is

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

      Its how we fake that our(it) job so much complexes to make more money

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

    I was watching how to make front page on internet and now I am here

  • @upengan78
    @upengan78 4 роки тому

    Thank you.

  • @diegoramos27
    @diegoramos27 5 років тому

    Wow, amazing information

  • @vivekdesai8500
    @vivekdesai8500 7 років тому

    Thank you!

  • @OptionsOwnsU
    @OptionsOwnsU 4 роки тому

    Thank you!