Edge for Private Cloud v. 4.16.05
Edge Router と Message Processor では、リクエスト/レスポンスのサイズの上限が事前定義されている 行サイズに応じて調整します
API からの受信リクエストを処理する Router では、/<inst_root>/apigee/customer/application/router.properties の次のプロパティを編集して、デフォルト値を変更します。
conf_router_HTTP.request.line.limit=4k conf_router_HTTP.request.header.limit =8k conf_router_HTTP.response.line.limit=4k conf_router_HTTP.response.header.limit =8k
このファイルが存在しない場合は作成します。
プロパティの変更後に Router を再起動する必要があります。
> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-router restart
バックエンド サービスに対する送信リクエストを処理する Message Processor の場合は、 /<inst_root>/apigee/customer/application/message-processor.properties の次のプロパティ デフォルト値を変更できます。
conf/http.properties+HTTPRequest.line.limit=7k conf/http.properties+HTTPRequest.headers.limit=25k conf/http.properties+HTTPResponse.line.limit=2k conf/http.properties+HTTPResponse.headers.limit=25k
このファイルが存在しない場合は作成します。
プロパティの変更後、Message Processor を再起動する必要があります。
> /<inst_root>/apigee/apigee-service/bin/apigee-service edge-message-processor restart