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(feedback): toggle option for relay to produce to ingest-feedback #3061

Closed
wants to merge 4 commits into from

Conversation

aliu3ntry
Copy link
Member

@aliu3ntry aliu3ntry commented May 16, 2024

Follow-up to (merge after) #3060

Copy link

codecov bot commented May 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.01%. Comparing base (6032d98) to head (04c9e1a).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3061   +/-   ##
=======================================
  Coverage   99.01%   99.01%           
=======================================
  Files           3        3           
  Lines         203      203           
=======================================
  Hits          201      201           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -134,6 +134,9 @@ def get_internal_network():

KAFKA_CLUSTERS["default"] = DEFAULT_KAFKA_OPTIONS

# Temporary flag to test a new ingest consumer for user feedback.
SENTRY_OPTIONS["feedback.ingest-topic.rollout-rate"] = 1.0
Copy link
Member

Choose a reason for hiding this comment

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

Will the default value of this option be changed in sentry? How will we know it is time to remove this temporary flag?

Copy link
Member Author

Choose a reason for hiding this comment

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

The default value is 0.0 and will not be changed

Copy link
Member Author

@aliu3ntry aliu3ntry May 20, 2024

Choose a reason for hiding this comment

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

As soon as this ingest topic is tested and confirmed to work in self-hosted, I will remove references to the flag in all repos. The other deployments have all been tested already.

Copy link
Member

Choose a reason for hiding this comment

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

Got it, so essentially the option will not be needed in the future after the references to the flag is removed

Copy link
Member Author

@aliu3ntry aliu3ntry May 21, 2024

Choose a reason for hiding this comment

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

Yup! I'll be deleting it

@aliu3ntry aliu3ntry force-pushed the aliu/produce-to-feedback-topic branch from e4a2e72 to d90fd5c Compare May 22, 2024 17:52
@aliu3ntry
Copy link
Member Author

circling back later, see comment on #3060

@aliu3ntry aliu3ntry closed this Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

2 participants