niejian commented on issue #10637:
URL: https://github.com/apache/dubbo/issues/10637#issuecomment-1250672120
> 默认读取的数据应该就是支持跨 namespace 的
不配置的话,默认是`default`,按照这样配的话,就只能是限制成
`该项目的namespace`。我的疑问是:如果消费端需要去调用多个服务提供者,并且这些提供者分布在不同的namespace,这样该如何配置
```yaml
env:
- name: POD_NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespac
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]