You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/12/26 01:01:34 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #1489: [Suggestion]Check whether current thread is eventLoopThread before calling other microservice synchronously

liubao68 commented on issue #1489: [Suggestion]Check whether current thread is eventLoopThread before calling other microservice synchronously
URL: https://github.com/apache/servicecomb-java-chassis/issues/1489#issuecomment-568942682
 
 
   Application developers should keep the golden rule when writing reactive applications "do not execute blocking code in event-loop".  The difficult for your suggestion is "How to check user code is blocking or not" and "Do not do this VS do it we make it work". 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services