Skip to content

Commit

Permalink
feat: offset-reset in ds (sentry-kubernetes#1533)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulDashkevich authored Oct 13, 2024
1 parent 24379e0 commit 0e3ef2d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ spec:
- "run"
- "consumer"
- "ingest-generic-metrics"
{{- if .Values.sentry.genericMetricsConsumer.noStrictOffsetReset }}
- "--no-strict-offset-reset"
{{- end }}
- "--consumer-group"
- "generic-metrics-consumer"
{{- if .Values.sentry.genericMetricsConsumer.livenessProbe.enabled }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ spec:
- "post-process-forwarder"
- "--synchronize-commit-log-topic=snuba-commit-log"
- "--synchronize-commit-group=snuba-consumers"
{{- if .Values.sentry.postProcessForwardTransactions.noStrictOffsetReset }}
- "--no-strict-offset-reset"
{{- end }}
{{- if .Values.sentry.postProcessForwardErrors.livenessProbe.enabled }}
- "--healthcheck-file-path"
- "/tmp/health.txt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ spec:
- "--synchronize-commit-log-topic=snuba-generic-events-commit-log"
- "--synchronize-commit-group"
- "generic_events_group"
{{- if .Values.sentry.postProcessForwardIssuePlatform.noStrictOffsetReset }}
- "--no-strict-offset-reset"
{{- end }}
{{- if .Values.sentry.postProcessForwardIssuePlatform.livenessProbe.enabled }}
- "--healthcheck-file-path"
- "/tmp/health.txt"
Expand Down

0 comments on commit 0e3ef2d

Please sign in to comment.