Geode has its own mechanisms for server auto-discovery. Geode
applications contact a Locator service which assigns them to a server.
Once connected to the server the application receives metadata telling
it about all of the cache servers so it can directly go to the correct
server for an operation. Metadata is refreshed if there are server-side
changes. The Locator also includes load-balancing so it can make
decisions about what servers can take on additional load for
subscription processing (interest registration and continuous-queries).
Le 7/25/2016 à 1:43 PM, Chaudhary, Sushil (CONT) a écrit :
Any support for Geode AWS auto discovery in multi clustered
environments? Any key/id configuration which help to discover all
cluster node and auto connect?