forked from Sunbird-Lern/data-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase-config.conf
59 lines (52 loc) · 1.13 KB
/
base-config.conf
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
kafka {
consumer.broker-servers = "localhost:9092"
producer {
broker-servers = "localhost:9092"
max-request-size = 1572864
batch.size = 98304
linger.ms = 10
}
}
job {
env = "local"
bb = "lern"
enable.distributed.checkpointing = false
statebackend {
blob {
storage {
account = "blob.storage.account"
container = "telemetry-container"
checkpointing.dir = "flink-jobs"
}
}
base.url = "wasbs://"${job.statebackend.blob.storage.container}"@"${job.statebackend.blob.storage.account}"/"${job.statebackend.blob.storage.checkpointing.dir}
}
}
task {
checkpointing.compressed = true
checkpointing.interval = 60000
checkpointing.pause.between.seconds = 30000
restart-strategy.attempts = 3
restart-strategy.delay = 30000 # in milli-seconds
parallelism = 1
consumer.parallelism = 1
}
redisdb.connection.timeout = 30000
redis {
host = localhost
port = 6379
}
redis-meta {
host = localhost
port = 6379
}
lms-cassandra {
host = "localhost"
port = "9042"
isMultiDCEnabled = false
}
ml-cassandra {
host = "localhost"
port = "9042"
isMultiDCEnabled = false
}