Relative Content

Tag Archive for apache-flinkpyflink

Is there a way to use IterativeStreams in Pyflink?

I’m looking for a way to introduce ‘loops’ in dataflows. The way I’m currently doing so is by using the same topic as source/sink in Kafka. However, I’d like to reduce latency by not having to go through Kafka and instead looping directly in the dataflow.