09 September 2016 10 2K Report

I'm building the system with handle million request from other vendors. The request from vendor, the system processing, call other services and then response.The problem I get that is our business rules are complex so our system down when getting too much request. Current ours can handle 20 ~ 25 request per second.

We using java vert.x, rabbitmq, memcache, mysql database, jooq flowing microservice.

Can you give some ideal to increase the request ?

Similar questions and discussions