Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal for Polaris service powered by Quarkus #392

Open
jbonofre opened this issue Oct 22, 2024 · 2 comments
Open

Proposal for Polaris service powered by Quarkus #392

jbonofre opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jbonofre
Copy link
Member

jbonofre commented Oct 22, 2024

Quarkus is an open source framework for Java (https://quarkus.io/) with a great ecosystem (e.g. extensions) and high performances (with a focus on build time resolution).
It's a good framework for cloud deployment, especially on Kubernetes.

I will open a proposal PR (draft first) providing polaris-service-quarkus as a proposal to use Quarkus instead of Dropwizard.

@jbonofre jbonofre added the enhancement New feature or request label Oct 22, 2024
@jbonofre jbonofre self-assigned this Oct 22, 2024
@jbonofre jbonofre added this to the 0.1 milestone Oct 22, 2024
@wfrank2509
Copy link

Great enhancement request.

We switched to Quarkus quite some time ago using it in many large scale scenarios. It was/is a great improvement not only for the products but also for the developer joy :)

The icing on the cake for us was also switching from Java to Kotlin + Quarkus running on the JVM.

@jbonofre
Copy link
Member Author

As shared on the mailing list, the branch is here: https://github.com/jbonofre/polaris/tree/QUARKUS

As reminder, the purpose of Quarkus (for Polaris):

  • CDI model powered by annotations
  • More friendly pluggable mechanism
  • Extensions ecosystem
  • Performance boost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants