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

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


The following commit(s) were added to refs/heads/release-3.1 by this push:
     new 51c5c46  [hotfix] Remove trailing YAML document delimiters in 
module.yamls
51c5c46 is described below

commit 51c5c46ee7417a601807eaa79d40561a6da86b53
Author: Tzu-Li (Gordon) Tai <[email protected]>
AuthorDate: Thu Sep 2 01:35:30 2021 +0800

    [hotfix] Remove trailing YAML document delimiters in module.yamls
---
 deployments/k8s/04-statefun/00-module.yaml   | 1 -
 java/greeter/module.yaml                     | 1 -
 java/shopping-cart/module.yaml               | 1 -
 java/showcase/src/main/resources/module.yaml | 1 -
 python/greeter/module.yaml                   | 1 -
 python/showcase/module.yaml                  | 1 -
 6 files changed, 6 deletions(-)

diff --git a/deployments/k8s/04-statefun/00-module.yaml 
b/deployments/k8s/04-statefun/00-module.yaml
index fe9ef00..a8a0794 100644
--- a/deployments/k8s/04-statefun/00-module.yaml
+++ b/deployments/k8s/04-statefun/00-module.yaml
@@ -23,5 +23,4 @@ data:
             valueType: example/MyMessage
             targets:
               - example/hello
-    ---
 
diff --git a/java/greeter/module.yaml b/java/greeter/module.yaml
index 8dbaf7b..44e9aff 100644
--- a/java/greeter/module.yaml
+++ b/java/greeter/module.yaml
@@ -37,4 +37,3 @@ spec:
   address: kafka:9092
   deliverySemantic:
     type: at-least-once
----
diff --git a/java/shopping-cart/module.yaml b/java/shopping-cart/module.yaml
index 8445ccc..1825751 100644
--- a/java/shopping-cart/module.yaml
+++ b/java/shopping-cart/module.yaml
@@ -69,4 +69,3 @@ spec:
   deliverySemantic:
     type: exactly-once
     transactionTimeoutMillis: 100000
----
diff --git a/java/showcase/src/main/resources/module.yaml 
b/java/showcase/src/main/resources/module.yaml
index 2621be2..beb1064 100644
--- a/java/showcase/src/main/resources/module.yaml
+++ b/java/showcase/src/main/resources/module.yaml
@@ -42,4 +42,3 @@ spec:
   address: kafka:9092
   deliverySemantic:
     type: at-least-once
----
diff --git a/python/greeter/module.yaml b/python/greeter/module.yaml
index 25ad4f8..9db500f 100644
--- a/python/greeter/module.yaml
+++ b/python/greeter/module.yaml
@@ -39,4 +39,3 @@ spec:
   deliverySemantic:
     type: exactly-once
     transactionTimeoutMillis: 100000
----
diff --git a/python/showcase/module.yaml b/python/showcase/module.yaml
index a5d34ae..30a5b1c 100644
--- a/python/showcase/module.yaml
+++ b/python/showcase/module.yaml
@@ -39,4 +39,3 @@ spec:
   deliverySemantic:
     type: exactly-once
     transactionTimeoutMillis: 100000
----

Reply via email to