RE: aws zeppelin glue table connector

2023-03-09 Thread Katz, David L via user
Hi- Don't see a response for this so taking one last stab. Any reply would be greatly appreciated. Thanks, -Dave David L Katz (he/him/his) why? | Executive Director | Macro Te

Re: Are the Table API Connectors production ready?

2023-03-09 Thread Shammon FY
Hi Ravi Agree with Yaroslav and if you find any problems in use, you can create an issue in jira https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK . I have used kafka/jdbc/hive in production too, they work well. Best, Shammon On Fri, Mar 10, 2023 at 1:42 AM Yaroslav Tkachenko wro

Re: Are the Table API Connectors production ready?

2023-03-09 Thread Yaroslav Tkachenko
Hi Ravi, All of them should be production ready. I've personally used half of them in production. Do you have any specific concerns? On Thu, Mar 9, 2023 at 9:39 AM ravi_suryavanshi.yahoo.com via user < user@flink.apache.org> wrote: > Hi, > Can anyone help me here? > > Thanks and regards, > Ravi

Re: Are the Table API Connectors production ready?

2023-03-09 Thread ravi_suryavanshi.yahoo.com via user
Hi,Can anyone help me here? Thanks and regards,Ravi On Monday, 27 February, 2023 at 09:33:18 am IST, ravi_suryavanshi.yahoo.com via user wrote: Hi Team, In Flink 1.16.0, we would like to use some of the Table API Connectors for production. Kindly let me know if the below connectors ar

Re: Example of dynamic table

2023-03-09 Thread Guojun Li
I think the Getting Started page[1] can answer your question. [1]: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/table/sql/gettingstarted/ Best, Guojun On Wed, Mar 8, 2023 at 10:18 AM Jie Han wrote: > I’ve got the concept figured out, but don’t know how. > > For example, I have

Re: Waiting for a signal on one stream to start processing on another

2023-03-09 Thread Ioannis Polyzos
If I understand this correctly *Stream A *should be a changelog stream and *Stream B *an append-only stream. Then you want to use *Stream A* as a *lookup Table *for *Stream B?* I don't think there is an out-of-the box way for saying - start reading StreamB only after I have read up to this point fr