是否可以在 Apache Ignite 中存储缓存事件?

Posted

技术标签:

【中文标题】是否可以在 Apache Ignite 中存储缓存事件?【英文标题】:Is it possible to store cache events in Apache Ignite? 【发布时间】:2021-08-12 12:29:36 【问题描述】:

我们可以通过启用persistanceEnabled 属性在Apache Ignite 中持久化缓存数据。是否有类似的方式我们也可以存储审计事件,即当我们重新启动 ignite 服务器时,所有缓存事件也必须保留,因为它们当前在服务器重新启动时丢失。

我愿意接受任何其他更好的通过 Ignite 进行审计的方法。我基本上想存储我们以后可以查看(获取)的所有审计操作(尤其是 INSERT、UPDATE)?

【问题讨论】:

【参考方案1】:

您需要实现自己的EventStorageSpi

【讨论】:

以上是关于是否可以在 Apache Ignite 中存储缓存事件?的主要内容,如果未能解决你的问题,请参考以下文章

Apache Ignite 吞吐量、值大小和最大缓存计数?

Apache Ignite 作为 Postgresql 表的透明缓存

收集 Apache Ignite 的统计信息

索引 Apache Ignite 缓存与优化的内存 CassandraDB

Apache Ignite 容错

Apache Ignite Cache - 从值中获取密钥