python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Flink create table via table DSL
In order to create table, I use an SQL syntax like
val tableEnv = StreamTableEnvironment.create(env, settings)
tableEnv.executeSql(
"CREATE TABLE asset (smth STRING) " +
...
Sergey Postument
Votes: 0
Answers: 2
Why is Redis source connector not available for Flink?
We are looking to use existing redis streams in our application and process messages using Apache Flick, but could not find Redis source connector ? Any reason why Redis source connector is not availa...
naresh b
Votes: 0
Answers: 2
Flink - Postgres CDC connnector - custom query
I am working on the Flink application with Postgres DB as a source to read certain configuration data, convert it into a data stream and then join it with an incoming real-time data stream.
I have tri...
Swapnil Khante
Votes: 0
Answers: 1
Sort WordCount Output Flink
I am trying to learn Flink and I am doing the basic WordCount tutorial. I was wondering how I could sort the output of a datastream so that it outputs the counts in descending order. I don't need this...
djo
Votes: 0
Answers: 1