This is an automated email from the ASF dual-hosted git repository. thw pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git
commit f74fc331ac8305df0539fb1cbfa1d4722d8c1c56 Author: Thomas Weise <[email protected]> AuthorDate: Tue Aug 24 17:06:18 2021 -0700 [FLINK-22791][docs] HybridSource release availability for 1.13.x --- docs/content/docs/connectors/datastream/hybridsource.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/docs/connectors/datastream/hybridsource.md b/docs/content/docs/connectors/datastream/hybridsource.md index 02f5077..ff0c559 100644 --- a/docs/content/docs/connectors/datastream/hybridsource.md +++ b/docs/content/docs/connectors/datastream/hybridsource.md @@ -25,6 +25,10 @@ under the License. # Hybrid Source +{{< hint info >}} +This feature is available starting from release 1.13.3 +{{< /hint >}} + `HybridSource` is a source that contains a list of concrete [sources]({{< ref "docs/dev/datastream/sources" >}}). It solves the problem of sequentially reading input from heterogeneous sources to produce a single input stream.
