Hi Josh, Ignite uses Spring for configuration, so you can utilize Spring property placeholder.You can find a nice example here: https://www.mkyong.com/spring/spring-propertyplaceholderconfigurer-example/
You can also use one of the shared IP finders provided by Ignite. Shared here means that each node that joins the topology will leave its coordinates in some shared storage, so that other nodes always know where to connect. With this approach you will not have to explicitly specify addresses at all. Here is the list of all available IP finders (only static IP based is not shared): https://apacheignite.readme.io/docs/cluster-config -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Getting-a-cluster-configured-JCache-CacheManager-instance-tp7970p7978.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
