-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Incorrect Default Values in Eureka Appendix Documentation #4294
Comments
Hello @555cider, thanks for reporting the issue. The values in the docs are, in fact, incorrect. Would you like to create a Pull Request with your changes? |
555cider
added a commit
to 555cider/spring-cloud-netflix
that referenced
this issue
Sep 6, 2024
555cider
added a commit
to 555cider/spring-cloud-netflix
that referenced
this issue
Sep 26, 2024
555cider
added a commit
to 555cider/spring-cloud-netflix
that referenced
this issue
Sep 28, 2024
555cider
added a commit
to 555cider/spring-cloud-netflix
that referenced
this issue
Sep 30, 2024
OlgaMaciaszek
pushed a commit
that referenced
this issue
Oct 2, 2024
Fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've discovered incorrect default values in the Eureka's Common application properties documentation.
The documentation file is located at "docs/modules/ROOT/partials/_configprops.adoc". I've attached a corrected version of the file(
_configprops.adoc.txt) saved as .txt for uploading.
The corrected items are as follows:
eureka.client.rest-template-timeout.idle-timeout
is missing from the original documentation. A description for this property is "Indicates how long a connection can be idle before it is evicted from the connection pool." The behavior ofeureka.instance.secure-port-enabled
set to null is unclear. In the declaration, it's not initialized with false.The text was updated successfully, but these errors were encountered: