You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This product is used by exchanges with sometimes massive traffic / load and number of concurrent users, one performance issue somewhere can cripple instance completely. For this we have reactive programming and circuit breakers / bulkd heading. Introduce resilience4j to the project for high concurrent users scenarios to protect the instance and not cause cascading failures.
Ideally we should make it an optional configuration parameter since some exchanges DO NOT HAVE ability to run reactive sidecars.
The text was updated successfully, but these errors were encountered:
This product is used by exchanges with sometimes massive traffic / load and number of concurrent users, one performance issue somewhere can cripple instance completely. For this we have reactive programming and circuit breakers / bulkd heading. Introduce resilience4j to the project for high concurrent users scenarios to protect the instance and not cause cascading failures.
Ideally we should make it an optional configuration parameter since some exchanges DO NOT HAVE ability to run reactive sidecars.
The text was updated successfully, but these errors were encountered: