Skip to content

Commit

Permalink
feat: update kafka topic provisioning config (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Apr 17, 2024
1 parent 63e7062 commit cd508ff
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1353,18 +1353,30 @@ kafka:
"message.timestamp.type": LogAppendTime
- name: event-replacements
- name: snuba-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: cdc
- name: transactions
config:
"message.timestamp.type": LogAppendTime
- name: snuba-transactions-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: snuba-metrics
config:
"message.timestamp.type": LogAppendTime
- name: outcomes
- name: ingest-sessions
- name: snuba-sessions-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: snuba-metrics-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: scheduled-subscriptions-events
- name: scheduled-subscriptions-transactions
- name: scheduled-subscriptions-sessions
Expand Down Expand Up @@ -1392,12 +1404,24 @@ kafka:
config:
"message.timestamp.type": LogAppendTime
- name: snuba-generic-metrics-sets-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: snuba-generic-metrics-distributions-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: snuba-generic-metrics-counters-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: generic-events
config:
"message.timestamp.type": LogAppendTime
- name: snuba-generic-events-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: group-attributes
config:
"message.timestamp.type": LogAppendTime
Expand All @@ -1422,6 +1446,7 @@ kafka:
- name: profiles
- name: ingest-occurrences
- name: snuba-spans
- name: shared-resources-usage
listeners:
client:
protocol: "PLAINTEXT"
Expand Down

0 comments on commit cd508ff

Please sign in to comment.