Spring Data Geode register interest is not receiving events

后端 未结 1 960
广开言路
广开言路 2021-01-23 11:18

Related to this question I\'ve setup a Spring Data Geode Client application with

@EnableClusterDefinedRegions(clientRegionShortcut=ClientRegionShortcut.CACHING_PR

相关标签:
1条回答
  • 2021-01-23 11:36

    The problem was my application.properties had

    spring.data.gemfire.cache.client.durable-client-id=myListener

    For some reason a durable client cannot run a CacheListenerAdapter

    0 讨论(0)
提交回复
热议问题