forked from redpanda-data/connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kafka.yaml
91 lines (91 loc) · 1.71 KB
/
kafka.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# This file was auto generated by benthos_config_gen.
http:
address: 0.0.0.0:4195
read_timeout: 5s
root_path: /benthos
debug_endpoints: false
input:
type: kafka
kafka:
addresses:
- localhost:9092
batching:
byte_size: 0
condition:
type: static
static: false
count: 1
period: ""
client_id: benthos_kafka_input
commit_period: 1s
consumer_group: benthos_consumer_group
fetch_buffer_cap: 256
max_batch_count: 1
max_processing_period: 100ms
partition: 0
sasl:
enabled: false
password: ""
user: ""
start_from_oldest: true
target_version: 1.0.0
tls:
client_certs: []
enabled: false
root_cas_file: ""
skip_cert_verify: false
topic: benthos_stream
buffer:
type: none
none: {}
pipeline:
processors: []
threads: 1
output:
type: kafka
kafka:
ack_replicas: false
addresses:
- localhost:9092
backoff:
initial_interval: 0s
max_elapsed_time: 5s
max_interval: 1s
client_id: benthos_kafka_output
compression: none
key: ""
max_msg_bytes: 1e+06
max_retries: 0
round_robin_partitions: false
sasl:
enabled: false
password: ""
user: ""
target_version: 1.0.0
timeout: 5s
tls:
client_certs: []
enabled: false
root_cas_file: ""
skip_cert_verify: false
topic: benthos_stream
resources:
caches: {}
conditions: {}
processors: {}
rate_limits: {}
logger:
prefix: benthos
level: INFO
add_timestamp: true
json_format: true
static_fields:
'@service': benthos
metrics:
type: http_server
http_server:
prefix: benthos
tracer:
type: none
none: {}
shutdown_timeout: 20s