For a DMS running the latest V10.3.2-12627, if ‘ConnectionSettings.txt’ is set for gRPC connection, what should the polling value be set to?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023
Hi Paul,
When using GRPCConnection, most of the options for RemotingConnection (including polling) are no longer applicable. The only 2 options for gRPC at the moment are the serverport and the endpoint:
type=GRPCConnection;serverport=443;endpoint=/APIGateway
They must match the appsettings.json configuration of APIGateway and changing the port requires manual configuration of a TLS certificate, either through IIS or netsh.
I will follow up with improving the documentation on this topic.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023