Skip to content

Commit

Permalink
Enable Section Summary TOC for small pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 14, 2023
1 parent 77e411f commit 8f4240a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[[configuring-resilience4j-circuit-breakers]]
= Configuring Resilience4J Circuit Breakers
:page-section-summary-toc: 1

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[auto-configuration]]
= Auto-Configuration
:page-section-summary-toc: 1

You can disable the Resilience4J auto-configuration by setting
`spring.cloud.circuitbreaker.resilience4j.enabled` to `false`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[bulkhead-properties-configuration]]
= Bulkhead Properties Configuration
:page-section-summary-toc: 1

You can configure ThreadPoolBulkhead and SemaphoreBulkhead instances in your application's configuration properties file.
Property configuration has higher priority than Java `Customizer` configuration.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[collecting-metrics]]
= Collecting Metrics
:page-section-summary-toc: 1

Spring Cloud Circuit Breaker Resilience4j includes auto-configuration to setup metrics collection as long as the right
dependencies are on the classpath. To enable metric collection you must include `org.springframework.boot:spring-boot-starter-actuator`, and `io.github.resilience4j:resilience4j-micrometer`. For more information on the metrics that
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[starters]]
= Starters
:page-section-summary-toc: 1

There are two starters for the Resilience4J implementations, one for reactive applications and one for non-reactive applications.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[configuring-spring-retry-circuit-breakers]]
= Configuring Spring Retry Circuit Breakers
:page-section-summary-toc: 1

Spring Retry provides declarative retry support for Spring applications.
A subset of the project includes the ability to implement circuit breaker functionality.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[default-configuration]]
= Default Configuration
:page-section-summary-toc: 1

To provide a default configuration for all of your circuit breakers create a `Customizer` bean that is passed a
`SpringRetryCircuitBreakerFactory`.
Expand Down
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/spring-cloud-circuitbreaker.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[spring-cloud-circuit-breaker]]
= Spring Cloud Circuit Breaker
:page-section-summary-toc: 1

*{spring-cloud-version}*

Expand Down

0 comments on commit 8f4240a

Please sign in to comment.