EarthChen commented on issue #11227:
URL: https://github.com/apache/dubbo/issues/11227#issuecomment-1369601849

   > > I understand that the upload and download of pb should not be 
implemented by dubbo?
   > 
   > In my opinion, pushing proto and obtaining proto structure need to be done 
based on the `IDL client`, while the `IDL client `needs to be integrated in the 
dubbo provider and consumer by configuring the dubbo admin address
   > 
   > I think that an entry for uploading proto files should be added in 
dubbo-admin, and then the SchemaController is defined 
[here](https://github.com/apache/dubbo-admin/tree/develop/dubbo-admin-server/src/main/java/org/apache/dubbo/admin/controller),
 and the provider and consumer register or call the rest interface.
   > 
   > To sum up, I think it is necessary to change the logic of the 
`dubbo-provider` and `dubbo-consumer` modules. Of course, if you think there is 
something inappropriate, you can raise it in time. I am also tracking the 
relevant details these days.
   
   I think it is more appropriate for dubbo to directly use the jar package of 
the api generated by idl.


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