A, the stroke

Paddling day, in learning the Soul source code, a lot of WebFlux writing method, can only guess, just like reading English articles like reading code, a little difficult. I hear a lot of chatter that Reactor will be as popular in a few years as Java Stream is now. Also heard all day long full link asynchronous, CPU pressure up.

Although the business Reactor application code is still very small, because the cost of adding machines is lower than hiring, and because of the risk of code writing, most of the Reactor code team didn’t review the code you wrote. Spring is also responsive to new Features in Java, and conversely Java may be able to borrow new features from Spring. The Spring Cloud GateWay has been written by WebFlux. The above is nonsense, in short, the next to learn the Spring Reactor.

I bought the book Java Programming Methodology — Responsive Spring Reactor 3 Design and Implementation and read it a lot today

It’s not the Reactor THAT I don’t want to summarize what I learned today. It’s really a little dizzy. I started Posting codes on the third page of the book. Let me get some more information to help me digest it.

Second, the harvest

Asynchronous programming uses the producer-consumer model as a solution. Back Pressure is the use of queues to make consumers feel the reverse Pressure from producers.