I am using the ignite-spring-boot-autoconfigure-ext official Ignite library for integration with my Spring Boot application. I took this example as a base: https://ignite.apache.org/docs/latest/extensions-and-integrations/spring/spring-boot#set-ignite-up-via-spring-boot-configuration
The example seems pretty simple, but it shows only a small subset of Ignite configuration options. I tried to configure an IP finder and also a near cache with an eviction policy but without any success. To make matters worse incorrect configuration is usually silently ignored.
Are there more complete examples of how to use this configuration or it simply does not support more advanced configuration options?
application.yml. If you are, it should be really very straightforward. - alamar