Some corrections to Alexey's answers:
1) You certainly can create caches at runtime, no need for any tricks with
XML, just call
IIgnite.CreateCache(new CacheConfiguration { ... } );
2) Ignite.NET has multiple ways to call Java code:
* ICompute.ExecuteJavaTask
* Calling Java services [1]
To summarize, if you want Java servers on Ubuntu and .NET clients on
Windows, with Java cache stores and dynamically-created caches,
I would advise creating an Ignite service in Java which will handle cache
creation. Then call this service from .NET.
Let me know if you need more details.
Thanks,
Pavel
[1] https://apacheignite-net.readme.io/docs/calling-java-services
On Tue, Oct 10, 2017 at 9:14 PM, JP <[email protected]> wrote:
> Thanks Alexey...
> I will try this out.
>
> But we have to figure out whether this approach would suits for our large
> scale application..
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>