Hi, I have a pipeline which is of the from JDBC Query consumer → Processors → JDBC Producer.
I want it to take the first result from the query, completely process it, write to the producer and then process the second record and so on. Please suggest a way to do this.