StephanEwen commented on pull request #14181: URL: https://github.com/apache/flink/pull/14181#issuecomment-732415737
I found a nice way to avoid the double-initialization of the output and processor and to stick to the proper initialization order. Here is the branch, the trick is to initialize the reader earlier, so it is already accessible during the task's normal init() phase. https://github.com/StephanEwen/flink/commits/becket ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
