Skip to content

dubbo-sample-async-result example (#15567)#1289

Open
yashvi1912 wants to merge 1 commit intoapache:masterfrom
yashvi1912:master
Open

dubbo-sample-async-result example (#15567)#1289
yashvi1912 wants to merge 1 commit intoapache:masterfrom
yashvi1912:master

Conversation

@yashvi1912
Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant