Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Infinispan 了解 memcached 协议。
是否可以在不实际启动多个 infinispan 实例的情况下将多个 infinispan 缓存公开为不同端口上的 memcached 服务器?
目前似乎不可能,而且由于我对 scala 没有那么丰富的经验,因此我无法使其与代码一起使用。
不,每个 Infinispan CacheManager/Cache 实例有一个 Memcached 服务器。不过,启动多个 Infinispan 实例应该很容易,有什么问题吗?