Re: Rest Api body size

2020-06-02 Thread Khachatryan Roman
Hi White, Did you try to increase rest.client.max-content-length [1]? [1] https://ci.apache.org/projects/flink/flink-docs-release-1.10/ops/config.html#advanced-options-for-the-rest-endpoint-and-client Regards, Roman On Mon, Jun 1, 2020 at 8:01 AM snack white wrote: > Hi, > When I usi

Rest Api body size

2020-05-31 Thread snack white
Hi, When I using rest api submit job , my post body size is 25.83kb (my jar has being uploaded to job manager before ) , my body was cut off in flink job manager, can someone tell me how to modify the post body length limit . Thanks, White