-
Couldn't load subscription status.
- Fork 38.8k
Closed as not planned
Labels
status: duplicateA duplicate of another issueA duplicate of another issue
Description
Enhancements Request
Use Case
In a microservices architecture, some endpoints perform CPU-intensive tasks like password hashing, while others are I/O-bound. Current Spring configurations do not allow selective threading models for different endpoints, leading to potential inefficiency.
Proposed Enhancement
Introduce some type of annotations to specify threading models at the endpoint level within Spring, enabling a mix of virtual and OS threads based on the operation's nature.
Benefits
- Improved performance through tailored threading.
- Increased flexibility and control
Metadata
Metadata
Assignees
Labels
status: duplicateA duplicate of another issueA duplicate of another issue