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

Let event loop threads implement reactor NonBlocking #10609

Merged
merged 7 commits into from Mar 21, 2024
Merged

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Mar 14, 2024

This patch updates the default netty ThreadFactory to have the threads implement reactor NonBlocking. Any reactor blocking operations will then throw when they're done on an event loop thread.

This patch updates the default netty ThreadFactory to have the threads implement reactor NonBlocking. Any reactor blocking operations will then throw when they're done on an event loop thread.
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Mar 14, 2024
@yawkat yawkat added this to the 4.4.0 milestone Mar 14, 2024
@yawkat
Copy link
Member Author

yawkat commented Mar 14, 2024

this will likely break security. in the meeting i suggested we move the security filter to blocking for now.

@graemerocher
Copy link
Contributor

security is not implemented correctly if it is blocking and if it is blocking needs to be declared as such.

Copy link
Collaborator

@sdelamo sdelamo left a comment

Choose a reason for hiding this comment

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

@sdelamo sdelamo removed the request for review from timyates March 19, 2024 09:11
Copy link

sonarcloud bot commented Mar 21, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants