SpringStudent commented on issue #13142:
URL: https://github.com/apache/dubbo/issues/13142#issuecomment-1751527673

   
3.3是指分支吗,并没看到该分支?代码用的是dubbo-demo/dubbo-demo-triple,只是简单的在GreeterService.java类中新增了一个重载方法
   `public interface GreeterService {
   
       /**
        * Sends a greeting
        */
       HelloReply sayHello(HelloRequest request);
   
       String sayHello(String name);
   
   
       CompletableFuture<String> sayHelloAsync(String request);
   
   }`


-- 
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]

Reply via email to