wuchunfu commented on issue #2026: URL: https://github.com/apache/incubator-seatunnel/issues/2026#issuecomment-1158741462
> This is a bug. `org.apache.seatunnel.core.starter.flink.execution.SourceExecuteProcessor` don't determine whether the source is bounded when adding the source. It uses `org.apache.flink.streaming.api.environment.StreamExecutionEnvironment#addSource(org.apache.flink.streaming.api.functions.source.SourceFunction<OUT>)` instead of `org.apache.flink.streaming.api.datastream.DataStreamSource#DataStreamSource(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment, org.apache.flink.api.common.typeinfo.TypeInformation<T>, org.apache.flink.streaming.api.operators.StreamSource<T,?>, boolean, java.lang.String, org.apache.flink.api.connector.source.Boundedness)`. @ashulin I also encountered this problem, do you have a good solution? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
