Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

kafka: avoid reactor stall in legacy message set handling #1396

Open
dotnwat opened this issue May 14, 2021 · 0 comments
Open

kafka: avoid reactor stall in legacy message set handling #1396

dotnwat opened this issue May 14, 2021 · 0 comments

Comments

@dotnwat
Copy link
Member

dotnwat commented May 14, 2021

I wonder if this should be futurized (probable a large knock-on effect, so another PR)

Originally posted by @BenPope in #1389 (comment)

The legacy messages handed in produce are optionally uncompressed, repackaged into our internal format, and optionally recompressed. This poses a reactor stall risk, but the code change is a bit involved. If we encounter an issue here we can apply some workarounds to futurize the costly bits.

JIRA Link: CORE-628

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants