简体   繁体   English

用于非产品测试环境的 Infinispan 服务器安装策略

[英]Infinispan server installation strategy for non-prod test environments

We are currently evaluating infinispan server as a cache server for our application running in JBOSS.我们目前正在评估 infinispan 服务器作为我们在 JBOSS 中运行的应用程序的缓存服务器。

We are planning to use hotrod endpoints to access infinispan cache from our application nodes.我们计划使用 hotrod 端点从我们的应用程序节点访问 infinispan 缓存。

We have around 300+ test environments, what would be right strategy for infinispan server installation.?我们有大约 300 多个测试环境,安装 infinispan 服务器的正确策略是什么?

I do not want to create 300+ instances of infinispan servers, which would lead to management mess.我不想创建 300 多个 infinispan 服务器实例,这会导致管理混乱。

Is there a way we can run one infinispan instance exposing 30 hotrod endpoints to server 30 test environments ?有没有一种方法可以运行一个 infinispan 实例,将 30 个 hotrod 端点暴露给服务器 30 个测试环境? Thereby, we would need to setup only 10 instances of infinispan server where each infinispan instance supporting 30 environments/application server.因此,我们只需要设置 10 个 infinispan 服务器实例,其中每个 infinispan 实例支持 30 个环境/应用程序服务器。

Any assistance on the approach would be highly appreciated.对这种方法的任何帮助将不胜感激。

Thanks Santhosh S谢谢 Santhosh S

Since this is a test environment, I assume you are not really interested in hard segregation of data for each one.由于这是一个测试环境,我假设您对每个数据的硬隔离并不真正感兴趣。 Why not just have a single Hot Rod endpoint, and have 1 (or more) cache(s) for each of your environments ?为什么不只拥有一个 Hot Rod 端点,并为您的每个环境配备 1 个(或多个)缓存?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM