nic-chen commented on issue #1469:
URL: 
https://github.com/apache/incubator-apisix/issues/1469#issuecomment-618155307


   建议你先手动合并proto依赖的字段。
   这个问题解决起来还是挺麻烦,我目前想到两种方法:
   1、描述好依赖关系,加载的时候把依赖的proto一起加载
   这个方法的难点在于怎么把依赖关系描述好,因为咱们用的不是关系型数据库,所以这里要思考一下。
   2、一次性把全部proto加载
   这个实现不太好,而且有增量内容也不好处理。
   
   如果你有好的想法欢迎分享或者提交pr~
   
   
   
   It is recommended that you could manually merge the fields that proto 
depends on for now.
   
   This issue is quite troublesome to solve, I currently think of two methods:
   1. Describe the dependencies and load the dependent protos together when 
loading
   The difficulty of this method is how to describe the dependencies, because 
we are not using a relational database, so we have to think about it here.
   2. Load all protos at once
   This implementation is not very good, and the incremental content is not 
easy to handle.
   
   If you have good ideas, please share or pr ~
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to