SteNicholas commented on pull request #13637: URL: https://github.com/apache/flink/pull/13637#issuecomment-716519730
@StephanEwen @aljoscha , IMO, the `fromSequence()` interface is just used to simply generate a data stream containing a sequence, no watermark strategy. Most data stream requirements that contain sequences only need this. If users need the sequence stream with user-defined watermark strategy, using `fromSource()` makes sense. I think these convenient methods like this is user-friendly for most users. And about the name, what is the final conclusion of this naming method? ---------------------------------------------------------------- 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]
