Skip to content

Commit

Permalink
Add a note to default true gRPC feature flag.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Dec 9, 2024
1 parent ab43112 commit 7d90b9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public class FeatureFlags {
* Gates the functionality of the Netty4 gRPC server.
*/
public static final String GRPC_EXPERIMENTAL = "opensearch.experimental.feature.grpc.enabled";
// TODO: Defaulting to true. Must resolve issue providing port permissions in Security.java from feature flag.
public static final Setting<Boolean> GRPC_ENABLE_SETTING = Setting.boolSetting(GRPC_EXPERIMENTAL, true, Property.NodeScope);

private static final List<Setting<Boolean>> ALL_FEATURE_FLAG_SETTINGS = List.of(
Expand Down

0 comments on commit 7d90b9c

Please sign in to comment.