整理groot任务模板格式

This commit is contained in:
zhanghongqing
2024-08-21 14:36:53 +08:00
parent d7fe01d2f7
commit e213b97b30
7 changed files with 16 additions and 12 deletions

View File

@@ -50,7 +50,6 @@ application:
shade.identifier: aes
pipeline:
object-reuse: true
topology:
{{ topology }}

View File

@@ -73,7 +73,5 @@ application:
shade.identifier: aes
pipeline:
object-reuse: true
topology:
{{ topology }}

View File

@@ -42,9 +42,11 @@ application:
shade.identifier: aes
pipeline:
object-reuse: true # [boolean] Object Reuse, default is false
topology:
- name: kafka_source
downstream: [clickhouse_sink]
- name: clickhouse_sink
{{ topology }}
# topology:
# - name: kafka_source
# downstream: [clickhouse_sink]
# - name: clickhouse_sink

View File

@@ -143,6 +143,5 @@ application:
shade.identifier: aes
pipeline:
object-reuse: true
topology:
{{ topology }}

View File

@@ -143,4 +143,11 @@ application:
shade.identifier: aes
pipeline:
object-reuse: true
{{ topology }}
{{ topology }}
# topology:
# - name: kafka_source
# downstream: [etl_processor]
# - name: etl_processor
# downstream: [clickhouse_sink]
# - name: clickhouse_sink

View File

@@ -105,4 +105,3 @@ application:
object-reuse: true # [boolean] Object Reuse, default is false
{{ topology }}