Production use case of Flink SQL gateway

2023-08-06 Thread Rajat Ahuja
Hi Flinkers, I am fairly new to the flink ecosystem, and currently exploring flink SQL gateway. I have the following questions if someone has experience can throw some light. 1) Anyone using Flink SQL gateway to production to run workloads ? If yes, how is it being used exactly in production

flink on native k8s里如何使用flink sql gateway

2023-07-03 Thread chaojianok
大家好,请教个问题。 用native kubernetes方式在k8s集群上部署好了flink,现在需要在这个flink集群里使用flink sql gateway,大家有什么好的方案吗? 目前的做法是,进入pod里启动sql gateway,然后在k8s创建flink-sql-gateway service,这样就可以通过这个service来访问sql gateway了,但是这个方法有个问题,部署过程中必需进入pod启服务,这是不利于自动化部署的,具体的操作命令如下,大家帮忙看看有没有好的解决方案来避免这个问题。 1、创建flink集群 ./bin/kubernetes

Re: Flink SQL Gateway

2020-04-16 Thread godfrey he
vio, >>>>> >>>>> We prose FLIP-91[1] to support SQL Gateway at the beginning of this >>>>> year. >>>>> After a long discussion, we reached an agreement that >>>>> SQL Gateway is an eco-system under ververia as first step

Re: Flink SQL Gateway

2020-04-16 Thread Jeff Zhang
year. >>>> After a long discussion, we reached an agreement that >>>> SQL Gateway is an eco-system under ververia as first step.[2] >>>> Which could help SQL Gateway move forward faster. >>>> Now we almost finish first version development, some users

Re: Flink SQL Gateway

2020-04-16 Thread Flavio Pompermaier
ter. >>> Now we almost finish first version development, some users are trying it >>> out. >>> Any suggestions are welcome! >>> >>> [1] >>> https://docs.google.com/document/d/1DKpFdov1o_ObvrCmU-5xi-VrT6nR2gxq-BbswSSI9j8/edit?ts=5e4cd711#heading=h.sru3xzb

Re: Flink SQL Gateway

2020-04-16 Thread godfrey he
help SQL Gateway move forward faster. >> Now we almost finish first version development, some users are trying it >> out. >> Any suggestions are welcome! >> >> [1] >> https://docs.google.com/document/d/1DKpFdov1o_ObvrCmU-5xi-VrT6nR2gxq-BbswSSI9j8/edit?ts=5e4cd711#

Re: Flink SQL Gateway

2020-04-16 Thread godfrey he
Which could help SQL Gateway move forward faster. >> Now we almost finish first version development, some users are trying it >> out. >> Any suggestions are welcome! >> >> [1] >> https://docs.google.com/document/d/1DKpFdov1o_ObvrCmU-5xi-VrT6nR2gxq-BbswSSI9j8/e

Re: Flink SQL Gateway

2020-04-16 Thread Flavio Pompermaier
suggestions are welcome! > > [1] > https://docs.google.com/document/d/1DKpFdov1o_ObvrCmU-5xi-VrT6nR2gxq-BbswSSI9j8/edit?ts=5e4cd711#heading=h.sru3xzbt2i1k > [2] https://github.com/ververica/flink-sql-gateway > > Best, > Godfrey > > Flavio Pompermaier 于2020年4月16日周四 下午4:4

Re: Flink SQL Gateway

2020-04-16 Thread godfrey he
, some users are trying it out. Any suggestions are welcome! [1] https://docs.google.com/document/d/1DKpFdov1o_ObvrCmU-5xi-VrT6nR2gxq-BbswSSI9j8/edit?ts=5e4cd711#heading=h.sru3xzbt2i1k [2] https://github.com/ververica/flink-sql-gateway Best, Godfrey Flavio Pompermaier 于2020年4月16日周四 下午4:42写道

Flink SQL Gateway

2020-04-16 Thread Flavio Pompermaier
Hi Jeff, FLIP-24 [1] proposed to develop a SQL gateway to query Flink via SQL but since then no progress has been made on that point. Do you think that Zeppelin could be used somehow as a SQL Gateway towards Flink for the moment? Any chance that a Flink SQL Gateway could ever be developed? Is