The source code for the Java version of the Dubbo provider can be found at https://github.com/apache/dubbo-samples/tree/master/3-extensions/protocol/dubbo-samples-triple.
Clone the source code, compile, and run the provider:
Interface definition on the Java side
The source code for the Rust version of the Dubbo consumer can be found at https://github.com/apache/dubbo-rust/tree/main/examples/greeter.
Clone the source code, compile, and run the consumer: