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

Add theadpool extension #1365

Closed
EvenLjj opened this issue Sep 10, 2023 · 3 comments · Fixed by #1383
Closed

Add theadpool extension #1365

EvenLjj opened this issue Sep 10, 2023 · 3 comments · Fixed by #1383
Assignees
Milestone

Comments

@EvenLjj
Copy link
Collaborator

EvenLjj commented Sep 10, 2023

Background

SOFARPC provides the most basic thread pool implementation, which allows for setting thread pool related parameters and also supports customizing thread pools for specific interfaces. However, there is no extension provided to completely replace the original thread pool.

What we hope to achieve

  • Define an extension interface for the thread pool and maintain the default implementation as before
@HzjNeverStop
Copy link
Collaborator

这个issue有进展吗?JDK21 开始支持了协程,基于这个能力应该能实现使用协程线程池替换掉 RPC 内置的业务线程池

Copy link

stale bot commented Dec 8, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Dec 8, 2023
@stale stale bot closed this as completed Dec 15, 2023
@EvenLjj EvenLjj reopened this Jan 9, 2024
@stale stale bot removed the wontfix This will not be worked on label Jan 9, 2024
@EvenLjj EvenLjj added this to the 5.12.0 milestone Jan 9, 2024
@EvenLjj
Copy link
Collaborator Author

EvenLjj commented Jan 9, 2024

#1383

@EvenLjj EvenLjj linked a pull request Jan 9, 2024 that will close this issue
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 a pull request may close this issue.

3 participants