xiangyanggong opened a new issue #124: URL: https://github.com/apache/servicecomb-mesher/issues/124
看了文档,也运行了bmi的实例,基本上理解mesher的工作原理以及使用方法,但我疑惑的是servicecomb体系所有的通信都是围绕“契约”的,如果说我现在的新系统是基于servicecomb的,所有新的微服务也是使用 java-chasis 编写,但有一个老的服务B使用的是nodejs可以直接复用,那我使用mesher将该服务集成进新的系统。 假设现在使用一个基于java-chasis开发的微服务A调用B 1.是否B需要手动编写“契约”文件呢?因为A调用B的API时会从SC拉取契约,如果没有契约的话,调用应该会失败 2.假设B需要提供契约文件,为什么我每次启动mesher(1.6.3)之后,我写的契约都会删除,然后mesher自己创建一个新的契约文件 目前测试的结果使用 request -> edge (java) -> mesher -> nodejs,edge会报错 ---------------------------------------------------------------- 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: us...@infra.apache.org