Skip to content

Commit fa37a35

Browse files
committed
Put back FF temporarily
1 parent b7b2a1f commit fa37a35

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3+
* or more contributor license agreements. Licensed under the Elastic License
4+
* 2.0; you may not use this file except in compliance with the Elastic License
5+
* 2.0.
6+
*/
7+
8+
package org.elasticsearch.xpack.inference.services.elastic;
9+
10+
import org.elasticsearch.common.util.FeatureFlag;
11+
12+
/**
13+
* Elastic Inference Service feature flag. Not being used anymore, but we'll keep it until the controller is no longer
14+
* passing -Des.elastic_inference_service_feature_flag_enabled=true at startup.
15+
*/
16+
public class ElasticInferenceServiceFeature {
17+
18+
@Deprecated
19+
public static final FeatureFlag ELASTIC_INFERENCE_SERVICE_FEATURE_FLAG = new FeatureFlag("elastic_inference_service");
20+
21+
}

0 commit comments

Comments
 (0)