We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
serverless.cross_project.enabled
1 parent 8076ba8 commit 205a638Copy full SHA for 205a638
server/src/main/java/org/elasticsearch/transport/RemoteClusterService.java
@@ -178,6 +178,10 @@ public boolean isRemoteClusterServerEnabled() {
178
if (remoteClusterServerEnabled) {
179
registerRemoteClusterHandshakeRequestHandler(transportService);
180
}
181
+ /*
182
+ * TODO: This is not the right way to check if we're in CPS context and is more of a temporary measure since
183
+ * the functionality to do it the right way is not yet ready -- replace this code when it's ready.
184
+ */
185
this.inSkippableContext = settings.getAsBoolean("serverless.cross_project.enabled", false);
186
187
0 commit comments