Configuring the gRPC Endpoint for PCF
This section describes how to configure the gRPC endpoint to route the messages for PCF.
To set up the endpoint for gRPC, use the following configuration:
config
engine engine_group_name
grpc externalIPs external_ip
port port_number
end
For example,
engine magenta grpc externalIPs [192.0.2.18] port 8080
NOTES:
-
engine engine_group_name – Specifies the engine group name.
-
grpc externalIPs external_ip – Specifies the gRPC external IP address.
-
port port_number – Specifies the port number.