Quarkus Rest Reactive Endpoints and Fault Tolerance #26847
-
Hi , My question is on Quarkus Rest Reactive Endpoints and Fault Tolerance I have an endpoint which connects to postgres db and returns the data back to the client. public Multi getData(RequestBody body) { //application code } Below are the things I would like to understand : What is the maximum concurrent http connections supported in quarkus rest reactive? How backpressure is handled in Mutiny ? Do we need to handle it explicitly. How to implement circuit breaker for Mutiny , where return type is say Multi |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
/cc @Ladicek |
Beta Was this translation helpful? Give feedback.
-
Go to this link for discussion on these questions. |
Beta Was this translation helpful? Give feedback.
Go to this link for discussion on these questions.
https://stackoverflow.com/questions/73055415/quarkus-rest-reactive-endpoints-and-fault-tolerance.