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


##########
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:
   Yes, must definition.  
https://github.com/apache/dubbo/blob/3.2/dubbo-compiler/src/main/resources/Dubbo3TripleStub.mustache
 also requires definition outClassName 
   
![image](https://github.com/apache/dubbo/assets/55247691/88ee7507-1fe5-4654-b7e3-d92e0a734b5f)
   
   



-- 
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]

Reply via email to