Alexander Fedulov created FLINK-27919: -----------------------------------------
Summary: Add FLIP-27-based Data Generator Source Key: FLINK-27919 URL: https://issues.apache.org/jira/browse/FLINK-27919 Project: Flink Issue Type: New Feature Reporter: Alexander Fedulov It is frequently required to generate arbitrary events at the "mock" source. Such requirement arises both for Flink users, in the scope of demo/PoC projects, and for Flink developers when writing tests. The go-to solution for these purposes so far was implementing data generators as {{{}SourceFunctions{}}}. Since {{SourceFunction}} is superseded by FLIP-27 {{Source}} API and is due to be deprecated, it is required to provide users with a convenient alternative based on the new API. -- This message was sent by Atlassian Jira (v8.20.7#820007)