Hi Flink users
Looking for some ideas on alternatives/workaround for running a job which requires a large number of parameters (one of them being a long JSON string). When all params are taken together, the resulting REST API URL puts the size of the URL over the current 4096 bytes limit. Ideally, the POST submit could allow named parameters in the body in addition to query params, but was wondering if people have run into this limitation and have found ways to work around it for submitting jobs.
The following JIRA [1] documents the current shortcoming for other operations in the Web UI with the same sort of issue/limitation.
Best,
E