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