I have one host running a JVM that runs an Esper service. I have another host in which I'd like to connect to the esper service running in the first JVM.
I.e. I'd like to be able to do something like this:
EPServiceProvider epService = EPServiceProviderManager.getProvider("host1:Processor1");
I can't find a way to do this from the documentation, and yet I would have thought it would be a fairly common requirement. How is this sort of thing generally done?