複数のゲートウェイ ワーカー ノードがある場合、GatewayEndpoint を構成するにはどうすればよいですか?
setup gateway endpointの投稿を読みました。その場合、ゲートウェイ ワーカー ノードは 1 つだけです。WSO2 クラスタリングの前に nginx ノードも持っていたので、ストア内の最終エンドポイント URL をエンド ユーザーに表示する必要もあります。ServerURL の場合、URL として構成できます: " https://mgt.gw.devzone.com/services/ " .
<APIGateway>
<Environments>
<Environment type="hybrid" api-console="true">
<Name>Production and Sandbox</Name>
<Description>This is a hybrid gateway that handles both production and sandbox token traffic.</Description>
<ServerURL>https://<API-Gateway-Host>:9443/services/</ServerURL>
<Username>${admin.username}</Username>
<Password>${admin.password}</Password>
<GatewayEndpoint>http://<API-Gateway-Host>:8280,https://<API-Gateway-Host>:8243</GatewayEndpoint>
</Environment>
</Environments>
</APIGateway>