Wondering if anyone has experience with bootstrapping Gemfire with Spring for a cacheserver? Configuration and startup seems pretty straight forward. But once its started via Spring, how do I shut it down cleanly? The traditional startup scrips and classes like com.gemstone.gemfire.internal.cache.CacheServerLauncher manage a the process for me. Is there a recommended approach when skipping these and bootstrapping via spring-data instead?
↧