Re: xml and java configuration
Hello, Mikael. Yes, it possible. You can load IgniteConfiguration throw Ignition.loadSpringBean [1] method. After it you can modify result if you want. Please, look at example: ``` final String cfg = "modules/yardstick/config/ignite-localhost- config.xml"; IgniteConfiguration nodeCfg = Ignitio
xml and java configuration
Hi! Is it possible to mix Ignite configuration so I can have the basic configuration in my xml files and add some extra configuration from the Java application or do I have to use one or the other ? Mikael