change-data-capture
change-data-capture copied to clipboard
Infinispan custom cache-store is not working.
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!