-
There are several worker pools in Quarkus.
Which pool should be used by default? How to configure these pools via |
Beta Was this translation helpful? Give feedback.
Answered by
geoand
Oct 31, 2022
Replies: 2 comments 4 replies
-
@geoand Maybe you can answer this or ping the right person? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you are asking which worker pool application code should be using, then the answer is that the Managed Executor from Smallrye Context Propagation is almost certainly what you want. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mschorsch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you are asking which worker pool application code should be using, then the answer is that the Managed Executor from Smallrye Context Propagation is almost certainly what you want.