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

feat: Remove default mapping of "transaction" topic to "events" #3250

Merged
merged 1 commit into from
Oct 13, 2022

Conversation

lynnagara
Copy link
Member

Should be (roughly) synchronized with getsentry/sentry#39988 which will send events to the new topic.

This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod environments have already been migrated via other methods to ensure zero downtime during the transition.

@lynnagara lynnagara requested a review from a team as a code owner October 13, 2022 18:09
@lynnagara lynnagara changed the title ref: Remove default mapping of "transaction" topic to "events" feat: Remove default mapping of "transaction" topic to "events" Oct 13, 2022
@codecov-commenter
Copy link

codecov-commenter commented Oct 13, 2022

Codecov Report

Base: 92.30% // Head: 92.31% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (b71d283) compared to base (a77edea).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3250      +/-   ##
==========================================
+ Coverage   92.30%   92.31%   +0.01%     
==========================================
  Files         697      697              
  Lines       31630    31655      +25     
==========================================
+ Hits        29195    29223      +28     
+ Misses       2435     2432       -3     
Impacted Files Coverage Δ
snuba/settings/__init__.py 95.33% <100.00%> (-0.07%) ⬇️
snuba/datasets/entities/generic_metrics.py 95.34% <0.00%> (-2.33%) ⬇️
snuba/subscriptions/executor_consumer.py 91.84% <0.00%> (ø)
tests/admin/clickhouse_migrations/test_api.py 100.00% <0.00%> (ø)
snuba/admin/views.py 76.84% <0.00%> (+0.55%) ⬆️
snuba/datasets/entity_subscriptions/factory.py 75.55% <0.00%> (+1.08%) ⬆️
snuba/state/cache/redis/backend.py 96.70% <0.00%> (+1.09%) ⬆️
snuba/datasets/pluggable_entity.py 89.65% <0.00%> (+1.72%) ⬆️
snuba/datasets/entities/factory.py 91.89% <0.00%> (+2.55%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Member

@evanh evanh left a comment

Choose a reason for hiding this comment

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

How will this affect ST customers?

lynnagara added a commit to getsentry/sentry that referenced this pull request Oct 13, 2022
Should be (roughly) synchronized with equivalent change in Snuba
(getsentry/snuba#3250)

This would only affect self hosted and dev users who are using the Kafka
backend. All Sentry prod envivonments have already been migrated via
other methods to ensure zero downtime during the transition.
@lynnagara
Copy link
Member Author

How will this affect ST customers?

All ST customers were migrated a few weeks ago and are already running with these same overrides in their settings.

@lynnagara lynnagara merged commit 6067fc8 into master Oct 13, 2022
@lynnagara lynnagara deleted the remove-transaction-event-topic-mapping branch October 13, 2022 18:59
enochtangg pushed a commit that referenced this pull request Oct 17, 2022
Should be (roughly) synchronized with getsentry/sentry#39988 which will send events to the new topic.

This would only affect self hosted and dev users who are using the Kafka backend. All Sentry prod environments have already been migrated via other methods to ensure zero downtime during the transition.
barkbarkimashark pushed a commit to getsentry/sentry that referenced this pull request Oct 18, 2022
Should be (roughly) synchronized with equivalent change in Snuba
(getsentry/snuba#3250)

This would only affect self hosted and dev users who are using the Kafka
backend. All Sentry prod envivonments have already been migrated via
other methods to ensure zero downtime during the transition.
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.

3 participants