File tree Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Expand file tree Collapse file tree 4 files changed +62
-0
lines changed Original file line number Diff line number Diff line change 107
107
/topics /taskworker-symbolication-dlq.yaml @ getsentry/taskbroker
108
108
/topics /taskworker-usage.yaml @ getsentry/taskbroker
109
109
/topics /taskworker-usage-dlq.yaml @ getsentry/taskbroker
110
+ /topics /taskworker-email.yaml @ getsentry/taskbroker
111
+ /topics /taskworker-email-dlq.yaml @ getsentry/taskbroker
112
+ /topics /taskworker-cutover.yaml @ getsentry/taskbroker
110
113
111
114
112
115
# Schemas
Original file line number Diff line number Diff line change
1
+ pipeline : taskworker
2
+ description : |
3
+ A spare topic for maintenance or emergency cutovers
4
+ services :
5
+ producers :
6
+ - getsentry/sentry
7
+ consumers :
8
+ - getsentry/taskbroker
9
+ schemas :
10
+ - version : 1
11
+ compatibility_mode : none
12
+ type : protobuf
13
+ resource : sentry_protos.sentry.v1.taskworker_pb2.TaskActivation
14
+ examples :
15
+ - taskworker/1/
16
+ topic_creation_config :
17
+ compression.type : lz4
18
+ message.timestamp.type : LogAppendTime
19
+ max.message.bytes : " 10000000"
20
+ retention.ms : " 86400000"
Original file line number Diff line number Diff line change
1
+ pipeline : taskworker
2
+ description : |
3
+ DLQ for taskworker-email
4
+ services :
5
+ producers :
6
+ - getsentry/taskbroker
7
+ consumers :
8
+ - getsentry/taskbroker
9
+ schemas :
10
+ - version : 1
11
+ compatibility_mode : none
12
+ type : protobuf
13
+ resource : sentry_protos.sentry.v1.taskworker_pb2.TaskActivation
14
+ examples :
15
+ - taskworker/1/
16
+ topic_creation_config :
17
+ compression.type : lz4
18
+ retention.ms : " 604800000" # 7 days
19
+ max.message.bytes : " 10000000"
Original file line number Diff line number Diff line change
1
+ pipeline : taskworker
2
+ description : |
3
+ Taskworker tasks to be executed
4
+ services :
5
+ producers :
6
+ - getsentry/sentry
7
+ consumers :
8
+ - getsentry/taskbroker
9
+ schemas :
10
+ - version : 1
11
+ compatibility_mode : none
12
+ type : protobuf
13
+ resource : sentry_protos.sentry.v1.taskworker_pb2.TaskActivation
14
+ examples :
15
+ - taskworker/1/
16
+ topic_creation_config :
17
+ compression.type : lz4
18
+ message.timestamp.type : LogAppendTime
19
+ max.message.bytes : " 10000000"
20
+ retention.ms : " 86400000"
You can’t perform that action at this time.
0 commit comments