Re: Flink Iterator Functions

2020-05-29 Thread Roderick Vincent
recommend is implement a custom SourceFunction that >> reads from ArangoDB. The RichParallelSourceFunction will allow you to read >> with parallelism > 1, and it has some lifecycle methods for opening and >> closing the connection to Arango. >> For the configuration passing, I

Flink Iterator Functions

2020-05-28 Thread Roderick Vincent
Hi, I am brand new to Apache Flink so please excuse any silly questions. I have an Iterator function defined as below and adding it as a source to a Flink stream. But when I try to pass configuration information to it (via a Spring env), what I notice is that one of the threads calls hasNext() a