-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathtest_config.yml
More file actions
49 lines (46 loc) · 1003 Bytes
/
test_config.yml
File metadata and controls
49 lines (46 loc) · 1003 Bytes
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
type: yml
source:
http_server:
port: 8082
network: "tcp"
write_key_validation_address: "127.0.0.1:8081"
new_event_queue_name: "test-new-event-received"
write_key_expiration: 120
undelivered_event_retransmit_period: 1
retry_number: 5
new_source_event_name: "test-new-source-event"
buffersize: 0
undelivered_events_queue_name: "undelivered_events"
number_instants: 10
maxretry: 0
otel:
endpoint: "otel_collector:4317"
service_name: "source"
enable_metric_expose: true
metric_expose_port: 8081
metric_expose_path: "metrics"
scylla_db_config:
hosts:
- 127.0.0.1:9042
consistency: 4
keyspace: "test_source"
timeout_cluster: 5s
num_retries: 10
min_retry_delay: 1s
max_retry_delay: 10s
scylladb:
hosts:
- 127.0.0.1:9042
keyspace: ormus
rabbitmq:
host: "localhost"
port: 5672
password: "guest"
user: "guest"
reconnect_second: 1
vhost: "/"
redis:
port: 6379
host: 127.0.0.1
db: 0
password: ""