Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref(feedback): clean up feedback topic rollout option #3916

Merged
merged 7 commits into from
Aug 12, 2024

Conversation

aliu39
Copy link
Member

@aliu39 aliu39 commented Aug 8, 2024

Ref getsentry/sentry#66100

The topic and consumer has been deployed to all regions, and this option is 1.0 everywhere: https://github.com/search?q=repo%3Agetsentry%2Fsentry-options-automator%20topic.rollout&type=code.

After getsentry/self-hosted#3193 was merged, this is true for self-hosted as well. We don't have to worry about a migration there because this is the first PR enabling user feedback in SH.

Follow-up: remove from in order

  • options-automator
  • getsentry and self-hosted

#skip-changelog

@aliu39 aliu39 requested a review from a team as a code owner August 8, 2024 21:45
Copy link
Member

@Dav1dde Dav1dde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Nice

} else {
KafkaTopic::Events
};
let topic = KafkaTopic::Feedback;
Copy link
Member

@Dav1dde Dav1dde Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can just inline this into the produce call:

self.produce(KafkaTopic::Feedback, message)

@aliu39 aliu39 enabled auto-merge (squash) August 9, 2024 18:01
@aliu39 aliu39 merged commit f595bee into master Aug 12, 2024
24 checks passed
@aliu39 aliu39 deleted the aliu/cleanup-feedback-topic-option branch August 12, 2024 17:03
aliu39 added a commit to getsentry/sentry that referenced this pull request Aug 12, 2024
Ref getsentry/relay#3916

Don't merge til removed from relay + option automator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants