spring-projects / spring-boot-data-geode

Spring Boot support for Apache Geode and VMware GemFire
https://projects.spring.io/spring-boot
Apache License 2.0
46 stars 49 forks source link

Include Async support for Inline Caching using AEQ + Listener #58

Closed jxblum closed 4 years ago

jxblum commented 4 years ago

Re-opening since the work on the Async, Inline Caching feature is not finished yet.

Effectively, the AEQ Listener (i.e. AsyncEventListener implementation using a Spring Data Repository for data access operations to coordinate between a GemFire/Geode cache and an external data source is complete).