Have a look at the clustergroup feature of Ignite.
This feature can be used widely (computation, data).
Also interesting: AffinityKey and AffinityKeyFunction.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi,
Unfortunately, creating a new account does not seem to work with de Web
Console provided in the Docker image by Apache.
I get a connection refused on http://localhost/api/v1/user/ when filling the
signup form (on http://locahost/).
@ Apache documentation I could not find any information on the
Ok, I found the problem.
CacheConfiguration.setIndexTypes(a1,a2,...) requires pairs of type key.class
and value.class.
I used String.class for key while I should have been using
AffinityKey.class.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
Hi,
I am using Ignite version 2.2.0, and I have created a table using
IgniteJdbcThinDriver.
When I checked the cache in Ignite Visor I'm seeing SQL_PUBLIC_{TABLE-NAME}
is appended.
Is their a way to get rid of this.
I want to remove the SQL_PUBLIC from the cache name.
Thanks,
Austin
--
Sent
Hi, Alexey
**You would have to create a C# wrapper for your Java Cache store if you
must use code-based configuration approach.*
Can you give me a hint on creating a c# wrapper for java cache store..?
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/