Hi, I have a setup where all instances (running stable/Boron) of the cluster expose a particular RPC implementation. App1 registers as the provider in its init() and App2 gets a handle of the RPC service in its init(). Thus my hope is to just keep it as a local RPC call.
However, just because instance A comes up a few secs before instance B, invocation of a RPC call at B is forwarded to the instance A. This throws off my logic of keeping the invocation local. Is there a way to force the RPC call to be local, even if it meant throwing an exception about no implementation being available yet? Thanks Srini.
_______________________________________________ controller-dev mailing list controller-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/controller-dev