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

prototype "adaptive bulkhead" strategy #191

Open
Ladicek opened this issue Feb 11, 2020 · 0 comments
Open

prototype "adaptive bulkhead" strategy #191

Ladicek opened this issue Feb 11, 2020 · 0 comments

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Feb 11, 2020

In the cloud world, statically defined bulkheads are not a great fit for limiting concurrency. We should add dynamic (adaptive) concurrency limiters, modeled after Netflix's https://github.com/Netflix/concurrency-limits.

I'm thinking "client-side" concurrency limiter would be a simple CDI interceptor, just like @Bulkhead (we could probably call it @AdaptiveBulkhead?). And we could also add a "server-side" concurrency limiter, which would probably be a few config properties and apply to the entire application.

eclipse/microprofile-fault-tolerance#474

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

1 participant