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.
@mohamedYoussfi6 жыл бұрын
Use flatMapMany instead of flatMap
@Smolandgor7 жыл бұрын
That feeling when technology is such new and such innovating that even it's creators are not super confident when wrighting code=).
@seshanirmal7 жыл бұрын
Java coding style is going bit unfriendly. may not be appreciated by developer crowd. This could be major blocker for adoption of new techniques.
@declankenzo87303 жыл бұрын
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 :)
@morganparker34783 жыл бұрын
@Declan Kenzo yea, been using InstaFlixxer for since december myself :D
@artemkotov74847 жыл бұрын
Good introduction into reactive programming in Spring
@milosljubisavljevic74566 жыл бұрын
All i see is express.js in that RouterFunction lol. So much of functional paradigm going into Java lately..
@mikhailgromov52237 жыл бұрын
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?
@nareshr87 жыл бұрын
Is there a GIT repository where we can look at the code?
@jkleinowitz19027 жыл бұрын
github.com/joshlong/flux-flix-service
@Cyberglad7 жыл бұрын
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?
@prodipgogoi24856 жыл бұрын
If I replace localhost with my ip address then it is not working with my computer so can u help me?
@USONOFAV5 жыл бұрын
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
@luode16 жыл бұрын
Why the `MovieRepositetory` can be used directly as `movieRepository` in the lambda? Shouldn't a `@Autowired` for the `movieRepository` bean is required?
@richkng5 жыл бұрын
Since Spring 5 you don't need to implicitly annotate constructors with @Autowired anymore
@ksk2355 жыл бұрын
here movieRepository is injected via the constructor. It's definitely the better way of injecting a dependency than Autowiring
@dominicnzl5 жыл бұрын
16:37 Thumbs up for the Netflux
@willbe176 жыл бұрын
great
@3112-w7l3 жыл бұрын
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-zc5li5 жыл бұрын
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
@renanreismartins5 жыл бұрын
7 mins and nothing important said so far... im getting impatient