emanuelh-cloud
Results
2
comments of
emanuelh-cloud
The exception I am getting when trying to put environment variables in the ignite configuration file is org.apache.ignite.configuration.validation.ConfigurationValidationException: Failed to parse HOCON: need to Config#resolve(), see the API docs for...
There is no .Resolve() in the method below private SuperRoot convertToSuperRoot(String hocon) { try { Config config = ConfigFactory.parseString(hocon); KeyIgnorer keyIgnorer = module == null ? s -> false :...