You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/28 16:12:50 UTC

[GitHub] [dubbo-samples] plusmancn opened a new pull request #361: [NPE] Fix the reference of demoService is null

plusmancn opened a new pull request #361:
URL: https://github.com/apache/dubbo-samples/pull/361


   According to author's original purpose,  the `fallbackMethod` is triggered by remote RpcException but not NPE of `demoService`.
   
   ```java
       @HystrixCommand(fallbackMethod = "reliable")
       public String doSayHello(String name) {
           return demoService.sayHello(name);
       }
   
       public String reliable(String name) {
           return "hystrix fallback value";
       }
   ```


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] plusmancn commented on pull request #361: [NPE] Fix the reference of demoService is null

Posted by GitBox <gi...@apache.org>.
plusmancn commented on pull request #361:
URL: https://github.com/apache/dubbo-samples/pull/361#issuecomment-907648822


   @xiaoheng1 @AlbumenJ Need help with workflows approval.


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] AlbumenJ merged pull request #361: [NPE] Fix the reference of demoService is null

Posted by GitBox <gi...@apache.org>.
AlbumenJ merged pull request #361:
URL: https://github.com/apache/dubbo-samples/pull/361


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-samples] xiaoheng1 commented on pull request #361: [NPE] Fix the reference of demoService is null

Posted by GitBox <gi...@apache.org>.
xiaoheng1 commented on pull request #361:
URL: https://github.com/apache/dubbo-samples/pull/361#issuecomment-908174175


   > @xiaoheng1 @AlbumenJ Need help with workflows approval.
   
   workflows triggered


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org