Quarkus with SPI #41450
akil-rails
started this conversation in
Community
Quarkus with SPI
#41450
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a requirement in our app to let our customers implement an SPI to change the default behaviour of the app - for example, our customers can implement integration to their internal Email APIs instead of the public APIs that we use ( AWS SES ) . I see that keycloak with the Quarkus distribution offers something similar . Is this the best way to do this or are there other alternatives ?
We could ask customers to change our code / pom and package their code as extensions , but would rather have them not touching our code at all.
Beta Was this translation helpful? Give feedback.
All reactions