Hi, I'm a newbie to hivemind and currently I'm reviewing the feature set looking for a way to load 2 different versions of the same service into hivemind.
My requirement here is to be able to load 2 or more versions of a service into the JVM so they can live together with peace. A use case for this requirements is as follows: Service A was deployed with v4.0 of the system. The system is upgraded to v4.1 but the server should support both versions in parallel, i.e. both v4.0 and v4.1. Service A was changed in v4.1, (and to make it more complicated) including its services (methods) and its dependencies. Service B was also changed but Service C was left the same. To support both version we need 2 versions of Service A, 2 versions of Service B and only one version of Service C. Is there a way to support this scenario in Hivemind? I saw that there is a version attribute on the service element but I don't seem to find any other reference to it and how hivemind handles it. Your help is appreciated. Thanks, Guy. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
