lrhkobe opened a new pull request #477:
URL: https://github.com/apache/incubator-eventmesh/pull/477
Fixes ISSUE #476
### Motivation
When the biz exception occured in EventMesh, such as, if throwing the
ThreadPoolRejectException in the code of
`eventMeshTCPServer.getTaskHandleExecutorService().submit(task)` , it will
cause the connection close of client. This looks obviously unreasonable.
### Modifications
Catch the biz exception of EventMesh, and send the exception msg to client,
not close the connection of client
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]