Exception using mongodb as infinispan cache store

前端 未结 1 1409
春和景丽
春和景丽 2021-01-21 17:56

I want to use MongoDb as cacche store for the infinispan to persist the data evicted according to policy

i am posting the snippet of the code that is causing exception

相关标签:
1条回答
  • 2021-01-21 18:43

    MongoDB was not updated after new persistence API was adopted in Infinispan. Try Infinispan 5.2.7.Final, maybe 5.3.0.Final or look into adaptor52x stuff. Or, even better, try to reimplement it using the new CacheWriter interface and issue a PR - the existing code should provide you some guidelines.

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