-
Notifications
You must be signed in to change notification settings - Fork 189
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
Description of the options found in YML properties as documentation #46
Comments
Have you already had a look at his page? and |
Of course, many many times. And they are well written, no doubt. My post was more of a request to get something more like this: (and this is just an example, Spring Security or Spring Boot have even better details on what the key means, and how to configure the value associated to the key. Since the tunning of the values of circuit breaker, as well as sometimes the combinations of properties plays a major role in the efficiency of all the patterns, I think it might be a good addition to have something that really details.
(Again, I use this as an example, this one can be straightforward, but some under @CIRCUITBREAKER are less straightforward) But gain, it is just a request, no doubt the current docs are very good. If you believe this enhancement is not needed, or the current docs are clear enough, or the properties does not need additional information, please just feel free to close this, no big deal. |
Sure every enhancement is welcome. The documentation is community-driven. Every page has an "Suggest Edit" button. Please contribute any documentation which might be helpful for others as well. |
Hello Resilience4j,
First of all, a big thanks for this demo project.
Having the ability to just run and see resilience4j in action really helps build confidence and interest in the whole fault-tolerant architecture.
I just have a small request for enhancement, if possible, and hope not to trouble.
Would it be possible to have a documentation listing the options and configurations please?
Currently, in the doc, we can find something such as:
Agree, some of the properties/configurations are very straightforward.
However, some are not, and having to tune the values on trial and error might not be the best approach.
Some documentation pages, like those found in other Spring Boot projects can help understand this in a friendly way.
Some human readable explanations can definitely bring more values.
Many thanks
The text was updated successfully, but these errors were encountered: