【发布时间】:2023-03-21 01:33:02
【问题描述】:
When choosing suitable cache implementation to be clustered with Terracotta I've run into separate Terracotta Integration Module named DistributedMap wich provides basic caching abilities such as support for different eviction policies etc. This cache implementation seems to be easy configurable, but when it谈到生产就绪集群,我发现我需要找到一些问题的答案: 1. 有没有人用过这个TIM,有没有人用过这个TIM?有什么谬误吗? 2. DistributedMap 很容易配置,但是下一个场景怎么样:如果我们启动 2 个 Terracotta 客户端并且每个客户端的 DistributedMap 配置不同。 Terracotta 服务器会更新由 client1 提供的现有配置还是保持不变。
【问题讨论】: