Arjun Dixit
Arjun Dixit
@AlbumenJ Is someone working on this bug currently... I would like to work on it
Hey @IraSoro I am happy to contribute ! please assign it to me
The DubboReference annotation is in the dubbo-common package to keep it separate from a specific framework like Spring. Even though it's used a lot with Spring, putting it in the...
@ShenFeng312 I think a potential solution can be : Reads a custom flag (e.g., is_remote_cluster_call=true) from the service URL on the consumer side. When this flag is present, it dynamically...
That's a much better approach. Using a clusterId is a much more efficient way to handle this in a scalable multi-cluster architecture now that I think of it. Ill be...