change-data-capture icon indicating copy to clipboard operation
change-data-capture copied to clipboard

Infinispan custom cache-store is not working.

Open foogaro opened this issue 5 years ago • 0 comments

The @Listener implemented and added to the cache, using the com.foogaro.cdc.infinispan.store.TopicCacheStore, it's not triggered, and thus it does not do the magic of transforming the JSON event into a POJO to put into a different cache.

That's why I still need to run a while (true) {} in a Java class and add a @ClientListener to the cache, remote cache!

foogaro avatar Apr 02 '19 13:04 foogaro