Spring Cloud at Netflix

Поділитися
Вставка

КОМЕНТАРІ • 7

  • @JoshuaZangari
    @JoshuaZangari 9 років тому +1

    I would add that each service being able to provide it's own client via a simple feign client declaration for any other services to have a dependency abstracts the "RESTY" Stuff and isolates it to limit duplication of code and help with SPOC.

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

    Is there a slide available for this video? The given slide link is deleted

  • @myozimandis
    @myozimandis 8 років тому +4

    the thing from my view point (junior siftware engineer) is, when this kind of problems started showing up, how did it end up getting such a complicated situation where you have an enormous number of different frameworks and blablabla I mean at the end of the day you are just requesting/delivering damn data from server

    • @zabutimaxim
      @zabutimaxim 8 років тому +10

      Think of the situation when you have hundreds of servers, each of which has its own subset of services and each of which should be able to consume others.
      How would you manage this bunch of machines and services? How would you use them effectively? How would you prevent the situation when one server is overloaded and 99 are not doing anything? Moreover, suppose one of these servers crashed, how would the rest of the servers know that this one has failed?
      How make them stop using this crashed server and get exceptions? And when this server gets up, how would the rest of servers know that it has waked up?
      That's when these "blablabla frameworks" come to rescue you from this pain.

  • @willalu7119
    @willalu7119 8 років тому

    We moved in the build in Aug. '14. The drywall ceiling had one small piece hair crack. We ignore it, but after one year, have 5 area have this problem. Also, outside desk, missing over 12 inches exterior flushing. We reported those problems to the developer. Their answer is "they are not developer's responsibility for those hair cracks. Not worries outtside exterior-flashing, they will not have any effect in your inside living conditions". We are disappointed.

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

    Fantastic piece of work!