You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by sj...@apache.org on 2021/05/04 18:56:28 UTC

[flink-statefun] branch release-3.0 updated: [hotfix] Cross link ingress and egress module configuration to io module section

This is an automated email from the ASF dual-hosted git repository.

sjwiesman pushed a commit to branch release-3.0
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/release-3.0 by this push:
     new 79094f0  [hotfix] Cross link ingress and egress module configuration to io module section
79094f0 is described below

commit 79094f0cd4e2f6d97f2f2cb0e23509032ed34cb3
Author: Seth Wiesman <sj...@gmail.com>
AuthorDate: Tue May 4 13:55:52 2021 -0500

    [hotfix] Cross link ingress and egress module configuration to io module section
---
 docs/content/docs/deployment/module.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/docs/content/docs/deployment/module.md b/docs/content/docs/deployment/module.md
index f321ab0..d0854f7 100644
--- a/docs/content/docs/deployment/module.md
+++ b/docs/content/docs/deployment/module.md
@@ -256,6 +256,8 @@ An ingress identifier, similar to a function type, uniquely identifies an ingres
 
 The spec defines the details of how to connect to the external system, which is specific to each individual I/O module. Each identifier-spec pair is bound to the system inside an stateful function module.
 
+See [IO Modules]{{< ref "docs/io-module/overview" >}} for more information on configuring an ingress. 
+
 ```yaml
 version: "3.0"
 
@@ -273,6 +275,16 @@ module:
 
 ## Egress
 
+An egress is an output point where data is written to an external system and forwarded to zero or more functions.
+It is defined via an identifier and specification.
+
+An egress identifier, similar to a function type, uniquely identifies an egress.
+
+The spec defines the details of how to connect to the external system, which is specific to each individual I/O module.
+Each identifier-spec pair is bound to the system inside an stateful function module.
+
+See [IO Modules]{{< ref "docs/io-module/overview" >}} for more information on configuring an egress. 
+
 ```yaml
 version: "3.0"