-
Notifications
You must be signed in to change notification settings - Fork 12
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
Support dynamic configuration of limits. #3
Comments
I already added archaius in coveo project, if I have the time I will create a more general module for spillway. |
Yeah, but please don't add an hard reference to Archaius in the core project. |
I was thinking of another module for dynamic configurations using different backends. |
I think that would be a valuable thing to do in v2. |
Simply using a A simple adapter could then be used to map |
hum, yes. |
Call the supplier each time you need the variable, once per method. Just
like you probably do with a property.
…On Fri, Dec 2, 2016 at 9:54 AM, Émile Fugulin ***@***.***> wrote:
hum, yes.
Would you suggest to call the supplier each time we check a limit or do an
async job and cache the result?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB6GBlLEx6dgOGuRxeXEbLanrNTTehUTks5rEDEogaJpZM4IM9DR>
.
--
Guillaume S.
|
Users will want their limits to be easily modified. You don't want them to be hardcoded at all times!
Support for standard libraries such as Archaius and perhaps an API + Simple UI would be very helpful.
The text was updated successfully, but these errors were encountered: