Skip to content

Commit

Permalink
Rename gRPC type key. Emphasize experimental.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll committed Dec 24, 2024
1 parent d018007 commit 6db9aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

public class Netty4GrpcServerTransport extends NetworkPlugin.AuxTransport {
private static final Logger logger = LogManager.getLogger(Netty4GrpcServerTransport.class);
public static final String GRPC_TRANSPORT_SETTING_KEY = "grpc-transport";
public static final String GRPC_TRANSPORT_SETTING_KEY = "experimental-transport-grpc";
public static final Setting<PortsRange> SETTING_GRPC_PORTS = AUX_TRANSPORT_PORTS.getConcreteSettingForNamespace(
GRPC_TRANSPORT_SETTING_KEY
);
Expand Down

0 comments on commit 6db9aa2

Please sign in to comment.