I don't deal with the exact concept of Monad, but try to look at the form used by Java Optional from a Monad application perspective. Monad has a...
If we make java.util.Date object, basically log format is below. Sun May 08 18:03:23 KST 2022 Our team has an old system that is more than 10 years...
Variable s has string value. If I put that variable in Integer.valueOf method, I must encounter NumberFormatException. But It's not important. I just...
This episode story is simple. If we receive response that is list type, we can use flatMapIterable operator(finally return type is Flux). Sometimes, I...
Let's imagine we received the WebClient response data and then binding to ResponseDto. Message value in ResponseDto can be null. public class...
Metric We have to know that It is different between WebClient level metric and reactor.netty level metric which is implementation of WebClient. At...