Hello Flink People :-)
I am trying to get my head around flink - is it a supported use case to register multiple streams with possibly more than one transformation / action per stream? def main(args: Array[String]): Unit = { Is this program abusing flnk or is this just how you are supposed to do things? also, how many threads will this programm consume when running with parallelism = 4 ? Best regards Peter |
Hi Peter, this kind of use case is supported, but it is best practice to split independent pipelines into individual jobs. One reason for that is to isolate failures and restarts. 2017-07-29 18:51 GMT+02:00 Peter Ertl <[hidden email]>:
|
Free forum by Nabble | Edit this page |