Hi devs, I'd like to start a discussion about FLIP-293: Introduce Flink Jdbc Driver For Sql Gateway[1].
FLIP-275[2] supports remote sql client based on gateway, users can interact with gateway by flink console. However, for users who create session clusters with Flink, they'd like to use Jdbc Driver to interact with the gateway in their applications, such as olap queries.. I have discussed this proposal with @shengkaifang and @jinsonglee. In this FLIP, we'd like to introduce Jdbc Driver for gateway. Users can use Jdbc Driver to submit their queries and get results like a database in their applications. Looking forward to your feedback, thanks. [1] https://cwiki.apache.org/confluence/display/FLINK/FLIP-293%3A+Introduce+Flink+Jdbc+Driver+For+Sql+Gateway [2] https://cwiki.apache.org/confluence/display/FLINK/FLIP-275%3A+Support+Remote+SQL+Client+Based+on+SQL+Gateway Best, Shammon