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

Configure Virtual Threads support in Reactor #36302

Closed
bclozel opened this issue Jul 10, 2023 · 0 comments
Closed

Configure Virtual Threads support in Reactor #36302

bclozel opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels
theme: virtual-threads Issues related to supporting Java 21's virtual threads type: enhancement A general enhancement
Milestone

Comments

@bclozel
Copy link
Member

bclozel commented Jul 10, 2023

Reactor added support for Virtual Threads in their Schedulers. This is triggered by a system property. In #35892 we have introduced new conditional annotation and a companion configuration property.

We should enable Virtual Threads support in Reactor whenever this condition matches. This has to be done quite early and we already configure the reactor debug agent in DebugAgentEnvironmentPostProcessor. We should probably refactor this class and merge both features in a single post processor.

@bclozel bclozel added type: enhancement A general enhancement theme: virtual-threads Issues related to supporting Java 21's virtual threads labels Jul 10, 2023
@bclozel bclozel added this to the 3.2.x milestone Jul 10, 2023
@bclozel bclozel self-assigned this Jul 10, 2023
@bclozel bclozel modified the milestones: 3.2.x, 3.2.0-M2 Aug 21, 2023
bclozel added a commit that referenced this issue Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: virtual-threads Issues related to supporting Java 21's virtual threads type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant