Re: Questions on reading JDBC data with Flink Streaming API

2021-08-10 Thread Fuyao Li
Sandys-Lumsdaine Date: Tuesday, August 10, 2021 at 07:58 To: user@flink.apache.org Subject: [External] : Questions on reading JDBC data with Flink Streaming API Hello, I'm starting a new Flink application to allow my company to perform lots of reporting. We have an existing legacy system

Questions on reading JDBC data with Flink Streaming API

2021-08-10 Thread James Sandys-Lumsdaine
Hello, I'm starting a new Flink application to allow my company to perform lots of reporting. We have an existing legacy system with most the data we need held in SQL Server databases. We will need to consume data from these databases initially before starting to consume more data from newly

Re: Flink Streaming API

2016-08-01 Thread Siva
Hi Till, Thanks for your response. I m able to use flink-connector-kafka-0.9-2_11 with Kafka v10 to produce and consume messages. Thanks, Sivakumar Bhavanari. On Mon, Aug 1, 2016 at 6:41 AM, Till Rohrmann wrote: > Hi Siva, > > in version 1.0.0 we’ve added the Scala binary version suffix to all

Re: Flink Streaming API

2016-08-01 Thread Till Rohrmann
Hi Siva, in version 1.0.0 we’ve added the Scala binary version suffix to all Flink dependencies which depend on Scala. Thus, you should look for flink-streaming-scala_2.10 and flink-streaming-java_2.10. For these artifacts you should be able to find a version 1.0.3 on maven central, for example.

Flink Streaming API

2016-08-01 Thread Siva
Hello Everyone, I m new to Flink, wanted to try streaming API using flink-kafka connector in scala. But there are several versions of it. Please could some one help on below questions what are the differences between flink-streaming-core and flink-sreaming-scala[java]? Latest version of flink-s