How to wrap a Reactor Flux stream with a Redisson lock and unlock?
I have a Flux stream that reads objects from the database. For each of these objects, I have a processing function to be run. I want the processing function to execute after acquiring Redis lock on ID of given object,…