apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.54k stars 26.44k forks source link

[Bug] in package dubbo-demo,where is the HelloReply and HelloRequest? #14782

Closed zhangcunli closed 1 month ago

zhangcunli commented 1 month ago

Pre-check

Search before asking

Apache Dubbo Component

Java SDK (apache/dubbo)

Dubbo Version

Dubbo Java 3.3

Steps to reproduce this issue

1.see the screenshot:

image

What you expected to happen

  1. I want run the demo: dubbo-demo/dubbo-demo-triple
  2. But I can't find the package: org.apache.dubbo.demo.hello.HelloReply and org.apache.dubbo.demo.hello.HelloRequest

Anything else

No response

Are you willing to submit a pull request to fix on your own?

Code of Conduct

heliang666s commented 1 month ago

This is defined in the proto file, and you need to pull the code down to compile it for it to appear, and you can't browse it directly on GitHub. @zhangcunli

heliang666s commented 1 month ago
image

By the way, you can close the issue if you feel your issue has been solved