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

[question] Is circuitbreaker virtual thread / loom friendly? #2122

Open
patrickjamesbarry opened this issue Feb 23, 2024 · 1 comment
Open

Comments

@patrickjamesbarry
Copy link

I saw a similar question about ratelimiter being loom/virtual thread friendly, so I must ask... is the CircuitBreaker loom/virtual thread friendly? I saw at least one reference to a synchronized method.... If not, what release is being targeted to be so?

`
private synchronized void toHalfOpenState() {

`

@RobWin
Copy link
Member

RobWin commented Feb 24, 2024

Hi, there is no release planned. I currently don't have time to develop anymore.
We need contributions from the community to make it Loom friendly

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

No branches or pull requests

2 participants