Replies: 3 comments
-
本质是一个挂了不影响另一个啊,,微服务的优点,, |
Beta Was this translation helpful? Give feedback.
0 replies
-
可能我的打开方式不对,在一个项目里去验证demo了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
文档里还是有定义host和port的地方的 只是代码例子中没有采用的是默认host为localhost,默认port为3000。可以按照官网例子定义两个项目通过微服务进行通讯,过程中关闭接受方,再进行测试会发现提示“connect ECONNREFUSED 127.0.0.1:3000” |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在一个单体项目中,如果不使用microservice,同样可以使用注入的方式,对service中的方法进行调用。microservice除了支持一些消息介质(如mq、rpc等)外,看起来与普通service的作用一样。那么两者之间的本质差别是什么?
Beta Was this translation helpful? Give feedback.
All reactions