Related to this question I\'ve setup a Spring Data Geode Client application with
@EnableClusterDefinedRegions(clientRegionShortcut=ClientRegionShortcut.CACHING_PR
The problem was my application.properties had
application.properties
spring.data.gemfire.cache.client.durable-client-id=myListener
For some reason a durable client cannot run a CacheListenerAdapter
CacheListenerAdapter