GitHub user unknowntpo added a comment to the discussion: Proposal for Integrating Redis Distributed Cache alongside Caffeine for Enhanced Scalability and Consistency
For the cache miss problem, we can use Apache KvRocks with Caffeine EntityCache, KvRocks is a disk-based KV store backed by `RocksDB`, which can prevent data loss. So we can have: - Transactional Outbox pattern to get change event - Caffeine EntityCache + KvRocks as two level cache GitHub link: https://github.com/apache/gravitino/discussions/8480#discussioncomment-14620857 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
