整理groot任务模板格式
This commit is contained in:
@@ -50,7 +50,6 @@ application:
|
|||||||
shade.identifier: aes
|
shade.identifier: aes
|
||||||
pipeline:
|
pipeline:
|
||||||
object-reuse: true
|
object-reuse: true
|
||||||
topology:
|
|
||||||
{{ topology }}
|
{{ topology }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,5 @@ application:
|
|||||||
shade.identifier: aes
|
shade.identifier: aes
|
||||||
pipeline:
|
pipeline:
|
||||||
object-reuse: true
|
object-reuse: true
|
||||||
topology:
|
|
||||||
{{ topology }}
|
{{ topology }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -42,9 +42,11 @@ application:
|
|||||||
shade.identifier: aes
|
shade.identifier: aes
|
||||||
pipeline:
|
pipeline:
|
||||||
object-reuse: true # [boolean] Object Reuse, default is false
|
object-reuse: true # [boolean] Object Reuse, default is false
|
||||||
topology:
|
{{ topology }}
|
||||||
- name: kafka_source
|
|
||||||
downstream: [clickhouse_sink]
|
# topology:
|
||||||
- name: clickhouse_sink
|
# - name: kafka_source
|
||||||
|
# downstream: [clickhouse_sink]
|
||||||
|
# - name: clickhouse_sink
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -143,6 +143,5 @@ application:
|
|||||||
shade.identifier: aes
|
shade.identifier: aes
|
||||||
pipeline:
|
pipeline:
|
||||||
object-reuse: true
|
object-reuse: true
|
||||||
topology:
|
|
||||||
{{ topology }}
|
{{ topology }}
|
||||||
|
|
||||||
|
|||||||
@@ -143,4 +143,11 @@ application:
|
|||||||
shade.identifier: aes
|
shade.identifier: aes
|
||||||
pipeline:
|
pipeline:
|
||||||
object-reuse: true
|
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
|
object-reuse: true # [boolean] Object Reuse, default is false
|
||||||
{{ topology }}
|
{{ topology }}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ sources:
|
|||||||
format: json
|
format: json
|
||||||
|
|
||||||
processing_pipelines:
|
processing_pipelines:
|
||||||
pre_etl_processor: # [object] Processing Pipeline
|
etl_processor: # [object] Processing Pipeline
|
||||||
type: projection
|
type: projection
|
||||||
remove_fields:
|
remove_fields:
|
||||||
output_fields:
|
output_fields:
|
||||||
@@ -58,7 +58,7 @@ sinks:
|
|||||||
kafka.compression.type: snappy
|
kafka.compression.type: snappy
|
||||||
kafka.security.protocol: SASL_PLAINTEXT
|
kafka.security.protocol: SASL_PLAINTEXT
|
||||||
kafka.sasl.mechanism: PLAIN
|
kafka.sasl.mechanism: PLAIN
|
||||||
kafka.sasl.jaas.config: 454f65ea6eef1256e3067104f82730e737b68959560966b811e7ff364116b03124917eb2b0f3596f14733aa29ebad9352644ce1a5c85991c6f01ba8a5e8f177a7ff0b2d3889a424249967b3870b50993d9644f239f0de82cdb13bdb502959e16afadffa49ef1e1d2b9c9b5113e619817
|
kafka.sasl.jaas.config: 454f65ea6eef1256e3067104f82730e737b68959560966b811e7ff364116b03124917eb2b0f3596f14733aa29ebad9352644ce1a5c85991c6f01ba8a5e8f177a80bea937958aaa485c2acc2b475603495a23eb59f055e037c0b186acb22886bd0275ca91f1633441d9943e7962942252
|
||||||
format: json
|
format: json
|
||||||
json.ignore.parse.errors: false
|
json.ignore.parse.errors: false
|
||||||
log.failures.only: true
|
log.failures.only: true
|
||||||
|
|||||||
Reference in New Issue
Block a user