Archived

This forum has been archived. Please start a new discussion on GitHub.

Grid locator

Hi all,

It there a way to direct the response of a grid locator on some specific nodes ?

For example: my pricing grid nodes are able to price any type of products, but for performance issue, I instanciate some of them to a specific kind of product and depending of the request context, I want the locator to direct the request to those specific nodes.

Thierry

Comments

  • benoit
    benoit Rennes, France
    Hi Thierry,

    This is currently not possible, adding some custom load balancing is on our TODO list however, if this is something you'd like to see added soon, send us an email at sales@zeroc.com and we can discuss it.

    Otherwise, you could consider implementing a custom lookup service yourself. Your clients would query your lookup service which would send back the proxies of the servers matching the query. Your lookup service could use some of the IceGrid deployment data to figure out which servers are deployed and running.

    Cheers
    Benoit.