chickenlj commented on code in PR #14035:
URL: https://github.com/apache/dubbo/pull/14035#discussion_r1574317721


##########
dubbo-compiler/src/main/resources/ReactorDubbo3TripleStub.mustache:
##########
@@ -54,6 +54,7 @@ public final class {{className}} {
     private static final StubServiceDescriptor serviceDescriptor = new 
StubServiceDescriptor(SERVICE_NAME,{{interfaceClassName}}.class);
 
     static {
+        
org.apache.dubbo.rpc.protocol.tri.service.SchemaDescriptorRegistry.addSchemaDescriptor(SERVICE_NAME,{{outerClassName}}.getDescriptor());

Review Comment:
   Does this mean that `outClassName` must appear in the `.proto` definition 
file?



-- 
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: notifications-unsubscr...@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to