Automatically create external caches for MULTI_SITE deployments

Closes #32129

Signed-off-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
Co-authored-by: Pedro Ruivo <1492066+pruivo@users.noreply.github.com>
This commit is contained in:
Pedro Ruivo
2025-09-19 17:56:38 +01:00
committed by GitHub
parent b859c2a6f0
commit 47f85631f3
15 changed files with 147 additions and 106 deletions

View File

@@ -35,8 +35,7 @@ public class InfinispanExternalServer extends InfinispanContainer implements Inf
"cache-remote-tls-enabled", "false",
"spi-cache-embedded-default-site-name", "ispn",
"spi-load-balancer-check-remote-poll-interval", "500",
"spi-cache-remote-default-client-intelligence", "BASIC",
"-Dkc.cache-remote-create-caches", "true"
"spi-cache-remote-default-client-intelligence", "BASIC"
);
}
}