spring-boot-data-geode
spring-boot-data-geode copied to clipboard
Spring Boot support for Apache Geode and VMware GemFire
There was a need by users to be able to authenticate with and authorization operations on Apache Geode using the OAuth protocol and standards. While interests in this has dwindled,...
_Spring Boot for Apache Geode_ (SBDG) already includes [_Spring Boot Actuator_ support](https://docs.spring.io/spring-boot-data-geode-build/current/reference/html5/#actuator) with extensive metrics and runtime configuration metadata for the Apache Geode cache instance, whether a client or a...
The `@EnableAutoDeployment` annotation will auto-deploy all application code required on the server, such as, but not limited to: * Callbacks (`CacheListener`, `CacheLoader`, `CacheWriter`, etc) * Functions * Transitive Dependencies used...
The following things need to be investigated further: * **DONE** - Test with a `ClientCache` and client LOCAL `Region(s)` with no connections (i.e. no `Pool` defined) to a cluster/server using...