yashvi1912 opened a new pull request, #1289: URL: https://github.com/apache/dubbo-samples/pull/1289
This PR adds a new example module `dubbo-sample-async-result` under `dubbo-samples-advanced` to demonstrate asynchronous RPC using CompletableFuture. ## Features: - Demonstrates async result handling using Dubbo - Uses CompletableFuture for non-blocking calls - Includes API, Provider, and Consumer modules - Follows existing sample structure conventions ## Structure: - api: Service interface - provider: Async service implementation - consumer: Async invocation example ## Verification: - Successfully built using `mvn clean install` - Provider and Consumer run successfully - Verified async response flow between services Fixes #15567 -- 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]
