Can we schedule a bounded source in flink?

45 views Asked by At

I am new to Flink. I have to create a pipeline where I have to configure a bounded kudu source and an unbounded Kafka stream and then join it. Also periodically I need to rerun the kudu source to refresh the bounded data. How can I achieve it?

0

There are 0 answers