We need to specify a rule for dubbo providers based on IP globally in 
development environment.
In development environment, we deploy all dubbo services and web servers, and 
we need to call dubbo services from PC for development, but other PC may 
register their dubbo services to the zookeeper which should not be called.

So we need to specify a rule based on IP, and it'll apply globally instead of 
just for one service.
The rule can be like this pattern 192.168.*.*, mean other IP that doesn't match 
will be excluded.

I found Dubbo can specify a provider IP on @Reference annotation, but this is 
not what I want:
it's not global settings, which means I need to change code in many places.

If Dubbo don't have this feature already, I think maybe we can achieve with a 
custom load balance property, means we can choose provider by IP, is this 
possible?


[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3465 ]
This message was relayed via gitbox.apache.org for 
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to