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

Configure things that should be configurable #80

Open
officialyinsane opened this issue Aug 5, 2023 · 1 comment
Open

Configure things that should be configurable #80

officialyinsane opened this issue Aug 5, 2023 · 1 comment

Comments

@officialyinsane
Copy link
Contributor

Identified in : #69

For example AsyncConfig.taskScheduler() currently uses a magic number for the thread count, and has a TODO statement on it.

I'd personally also like config to be fetchable from an endpoint (IIRC, actuator can do it for us), and the option for config to be edited in real time, without requiring application restart. But both of these should be considered "Nice to haves"

@pveeckhout
Copy link
Contributor

I suggest using something in the line of spring cloud config
https://docs.spring.io/spring-cloud-config/docs/current/reference/html/

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