Migrating to lyft operator to Flink Kubernetes operator

2023-02-08 Thread saawan c.n
Hi All Currently we are using lyft operator to deploy flink applications . We are planning to move to Flink kubernetes Operator . Can anyone help us with an example of configuration resources for Flink kubernetes Operator . Currently we are using flink "1.13.6" version . Please let me know if you

Re: Regarding Data Streaming API

2023-02-08 Thread Martijn Visser
Hi Karthick G, I'm not sure what you're looking for, there are APIs available in Apache Flink. You can use either the DataStream API [1] or the Table API [2], using either Java (or any other JVM language) or Python. Flink is built for processing streaming data. Best regards, Martijn [1] https:/

Regarding Data Streaming API

2023-02-08 Thread karthick G
Hi , Do we have data steaming API option in flink 1.16? Is it released? Or its under development. Thank nd regards, Karthick G