Hi, I am trying to create an additional MSA server using an asynchronous stack, and considering the following combinations. Would you recommend any of these or advise against any of them?
1. Spring WebFlux + Hibernate
2. Spring WebFlux + Exposed
3. Ktor + Hibernate
4. Ktor + Exposed
LSD
04/18/2023, 10:55 AM
Currently we’re using Spring MVC + Hibernate for other servers.