Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread Raymond Wilson
It is possible to do this via node filters or attributes. We use differentiated fleets of client nodes that interact with server nodes to pull data processed at the server node level and then further process it at a cluster level. We assign a 'ROLE' attribute to each node and then filter those nod

Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread akorensh
Hi, You could use node filters: https://ignite.apache.org/docs/latest/services/services#node-filter example of node filter: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/computegrid/ComputeFibonacciContinuationExample.java In general, it is no

Re: C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread adumalagan
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

C#/.NET: Possible to assign different nodes different roles?

2020-12-10 Thread adumalagan
Hello, I was assigned a POC where a cluster should not have a single point of failure -- more specifically, each node should be assigned a different role. This means that loading the cache, querying, storage, etc. would be seen as their own individual roles and therefore kept separate, hosting on d