Organising Common Code via Spring Annotations and Bean Registry
Motivation
The project that I work on is a vast net of 40+ microservices, mainly divided into
Apps (those with UI code)
Services (all the heavyweight logic and interfacing downstream/upstream services, persistence etc), and
SCDF streams/tasks.
Obviously, there are lots of similar functionalities within each of these categorie...
This seems one of the hot searches for Reactor, at least when I type onErrorContinue in Google, onErrorResume would pop up beside it. Let me paste my testing code with some of my interpretations below.
Base Function
This is a simple function to multiple 5 consecutive numbers each by 2, then summing them up, with an exception thr...
Aha, my first blog post.
As a guy who missed the early days of Spring, it's sometimes confusing to see how many different ways the same thing could be done. Anyway I think I've experimented enough to get me document down all these and hopefully help somebody down the road with an easy copy and paste :)
My work project uses the l...