Shammon created FLINK-30968: ------------------------------- Summary: Sql-client supports dynamic config to open session Key: FLINK-30968 URL: https://issues.apache.org/jira/browse/FLINK-30968 Project: Flink Issue Type: Improvement Components: Table SQL / Client Affects Versions: 1.17.0 Reporter: Shammon
Currently sql client will open session with configuration in flink-conf.yaml when it creates connection to gateway. For the convenience of users, it can supports dynamic config with `--conf` as `bin/sql-client.sh gateway --endpoint {host}:{port} --conf k1=v1 --conf k2=v2` -- This message was sent by Atlassian Jira (v8.20.10#820010)