Skip to end of metadata
Go to start of metadata

本地调用

(+) (#)

本地调用,使用了Injvm协议,是一个伪协议,它不开启端口,不发起远程调用,只在JVM内直接关联,但执行Dubbo的Filter链。

Define injvm protocol:

Set default protocol:

Set service protocol:

Use injvm first:

注意:服务暴露与服务引用都需要声明injvm="true"

自动暴露、引用本地服务

从 dubbo 2.2.0 开始,每个服务默认都会在本地暴露;在引用服务的时候,默认优先引用本地服务;如果希望引用远程服务可以使用一下配置强制引用远程服务。

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.