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

Apache Ignite C#/.NET: Asynchronous Execution example failing - facing different errors

2020-12-06 Thread adumalagan
Hello, I tried to follow the Asynchronous Execution example in the Apache Ignite docs, however I ran into some errors, and the errors vary to the different implementations I have.

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-12-04 Thread adumalagan
Unfortunately, db work is out of the scope of my responsibility, and I was just told to work around the issue Hence me asking about Colocation and MapReduce -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-12-03 Thread adumalagan
Thank you for the clarification! For this use case where data is being pulled from an underlying RDBMS and instantiated as an Associate object, is it possible to work the Associate object as a Binary Object similar to what you've done here? Also, I see than in Vladamir's loading example, he uses

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-12-02 Thread adumalagan
I see, thanks for the clarification! I also have another question - are there C# equivalencies to the Java interfaces BinaryObject and Affinity? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: C# CacheStoreAdapter - Customizing Load, LoadCache methods

2020-12-02 Thread adumalagan
Hi Vlad, I've started to read through your link and I just wanted to know that, if I were to implement your tutorial, could I perform SQL queries on the cache after loading? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/