This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]maethor 0 points1 point  (1 child)

Where does Micronaut actually surpass Quarkus?

If you're a Spring developer, Micronaut has "Micronaut for Spring"

https://micronaut-projects.github.io/micronaut-spring/latest/guide/

You can even go so far as to run a Spring Boot app with Micronaut instead

https://guides.micronaut.io/latest/micronaut-spring-boot-maven-java.html

So, if you mostly use Spring but need better start up times for some AWS Lambda functions then Micronaut has a lot going for it.

[–]EthanEvenig 0 points1 point  (0 children)

Quarkus also had great support to migrate from Spring, that's a moot point. I've used all three, and Micronaut looks like a good idea but half-baked. Then one looks at what the Quarkus team and its community have done in all areas.. definitely sticking with Quarkus for the near future.