Skip to content

Commit

Permalink
was using the wrong kafka queue. sentry-kubernetes#532 (sentry-kubern…
Browse files Browse the repository at this point in the history
  • Loading branch information
colincoghill authored Feb 1, 2022
1 parent 1f63ad1 commit c33977d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ spec:
- "subscriptions"
- "--auto-offset-reset"
- "{{ .Values.snuba.subscriptionConsumerTransactions.autoOffsetReset }}"
- "--consumer-group=snuba-events-subscriptions-consumers"
- "--consumer-group=snuba-transactions-subscriptions-consumers"
- "--topic=events"
- "--result-topic=events-subscription-results"
- "--result-topic=transactions-subscription-results"
- "--dataset=transactions"
- "--commit-log-topic=snuba-commit-log"
- "--commit-log-group=snuba-transactions-consumers"
Expand Down

0 comments on commit c33977d

Please sign in to comment.