整理groot任务模板格式
This commit is contained in:
@@ -50,7 +50,6 @@ application:
|
||||
shade.identifier: aes
|
||||
pipeline:
|
||||
object-reuse: true
|
||||
topology:
|
||||
{{ topology }}
|
||||
|
||||
|
||||
|
||||
@@ -73,7 +73,5 @@ application:
|
||||
shade.identifier: aes
|
||||
pipeline:
|
||||
object-reuse: true
|
||||
topology:
|
||||
{{ topology }}
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -143,6 +143,5 @@ application:
|
||||
shade.identifier: aes
|
||||
pipeline:
|
||||
object-reuse: true
|
||||
topology:
|
||||
{{ topology }}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -105,4 +105,3 @@ application:
|
||||
object-reuse: true # [boolean] Object Reuse, default is false
|
||||
{{ topology }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user