Is it better to use Spring Webflux project, with its Reactive API, or Asyncronous support for calling a method in separates thread? Performance, resource consumption, how many factors should I consider when I write my code and call an external resource that could block my method execution waiting for an answer? It’s interesting to see … Continue reading "Reactive or Asynchronous? Trying Avoid any headache choice"
↧