Describe the bug
The bc gateway service can not handle too many requests to database and throws below exception.
io.r2dbc.postgresql.client.ReactorNettyClient$RequestQueueException: Cannot exchange messages because the request queue limit is exceeded
To Reproduce
Send more than 256 simultaneous requests to bc gateway database
Expected behavior
The bc gateway should handle requests simultaneously.
Describe the bug
The bc gateway service can not handle too many requests to database and throws below exception.
To Reproduce
Send more than 256 simultaneous requests to bc gateway database
Expected behavior
The bc gateway should handle requests simultaneously.