Improve CQ Auto-configuration by assessing the availability of a server or cluster first before enabling and auto-configuring CQ functionality.

This added capabilities relies on the new ClusterAwareConditions.

Resolves gh-53.
This commit is contained in:
John Blum
2019-09-12 14:28:59 -07:00
parent 1cf8986496
commit 8e30b4ddd2
4 changed files with 9 additions and 3 deletions

View File

@@ -16,6 +16,7 @@
package example.app.caching.lookaside.config;
import org.apache.geode.cache.client.ClientRegionShortcut;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.gemfire.config.annotation.EnableCachingDefinedRegions;
import org.springframework.data.gemfire.config.annotation.EnableLogging;