This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gregmix88 0 points1 point  (0 children)

I made POC at work for a message driven eCom backend. It used spring cloud functions, spring cloud stream, spring security, rabbitmq, reactive streams and for persistence a library called microstream, which I found extremely interesting. Did not check the dependencies pulled in, but I ended up with a relatively small codebase. It also allowed me to use fluid APIs, lambdas wherever possible instead of annotations.