Reactive Spring by Josh Long

Поділитися
Вставка
  • Опубліковано 29 січ 2025

КОМЕНТАРІ • 25

  • @Smolandgor
    @Smolandgor 7 років тому +24

    That feeling when technology is such new and such innovating that even it's creators are not super confident when wrighting code=).

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

      Java coding style is going bit unfriendly. may not be appreciated by developer crowd. This could be major blocker for adoption of new techniques.

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

      You probably dont care but if you're bored like me during the covid times you can stream pretty much all of the new movies and series on instaflixxer. Have been binge watching with my girlfriend for the last days :)

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

      @Declan Kenzo yea, been using InstaFlixxer for since december myself :D

  • @David-fl9iv
    @David-fl9iv 7 років тому +7

    Following along I have found that there is a compilation error in rest controller events with latest spring version. Mono.flatMap now returns a Mono. Use instead flatMapMany which returns a Flux solves the issue.

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

      Use flatMapMany instead of flatMap

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

    Good introduction into reactive programming in Spring

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

    Does anybody know where to read about error handling in reactive microservices interaction? I mean, everything is fine on localhost, but when we come to clouds, all kinds of network issues can occur. How to handle cases when stream just breaks and you were trying to save 10 entities to DB but passed only 6?

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

    Is there a GIT repository where we can look at the code?

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

      github.com/joshlong/flux-flix-service

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

      that source code has nothing to do with the one in the video...though the name (and the functionality) is the same. Another, even newer API fix/update/refactoring since the 11th of April?

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

    If I replace localhost with my ip address then it is not working with my computer so can u help me?

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

    Why the `MovieRepositetory` can be used directly as `movieRepository` in the lambda? Shouldn't a `@Autowired` for the `movieRepository` bean is required?

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

      Since Spring 5 you don't need to implicitly annotate constructors with @Autowired anymore

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

      here movieRepository is injected via the constructor. It's definitely the better way of injecting a dependency than Autowiring

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

    All i see is express.js in that RouterFunction lol. So much of functional paradigm going into Java lately..

  • @dominicnzl
    @dominicnzl 5 років тому +1

    16:37 Thumbs up for the Netflux

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

    great

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

    Doing a lot of rxJS lately with angular, and the concept is pretty much the same. Except there are less operator and no high-order observable, flux and publisher in java's case

  • @3112-w7l
    @3112-w7l 3 роки тому

    I watched this to get an understanding of the 's**t' (as cool kids say) but ended up much more confused in the end. Well ...

  • @JohnWick-zc5li
    @JohnWick-zc5li 5 років тому

    Stupid Spring -- when it returns you a list List findDistinctPeopleByLastnameOrFirstname(String lastname, String firstname);
    why u can not do if list.contains (Bob) true : false

  • @renanreismartins
    @renanreismartins 5 років тому +2

    7 mins and nothing important said so far... im getting impatient

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

      Renan Reis lol Same