Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.18.0
-
None
Description
Currently, JobManager, TaskManager, HistoryServer, Client have their own configuration keys to set java options in flink-conf.yaml
However it is missing for SQL Gateway. It should be added for completeness. It can be useful, for example, to add Remote Debugging options.
I propose this config key
env.java.opts.gateway
in flink-conf.yaml which will be applied to SQL Gateway. I already have a working patch. Its a pretty small one. If the community is OK, I will raise a PR
Attachments
Issue Links
- duplicates
-
FLINK-33203 FLIP-374: Adding a separate configuration for specifying Java Options of the SQL Gateway
- Closed