This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit a12d2e808523158abf76c6b667f9eed750dda762 Author: Maximilian Michels <[email protected]> AuthorDate: Tue Sep 18 15:02:36 2018 +0200 Add note about portability efforts to Flink Runner page --- src/documentation/runners/flink.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/documentation/runners/flink.md b/src/documentation/runners/flink.md index e12e607..6911230 100644 --- a/src/documentation/runners/flink.md +++ b/src/documentation/runners/flink.md @@ -20,6 +20,8 @@ limitations under the License. --> # Using the Apache Flink Runner +The old Flink Runner will eventually be replaced by the Portable Runner which enables to run pipelines in other languages than Java. Please see the [Portability page]({{ site.baseurl }}/contribute/portability/) for the latest state. + <nav class="language-switcher"> <strong>Adapt for:</strong> <ul>
