Add anchors in reference documentation.

See gh-655
This commit is contained in:
country
2021-10-01 21:29:39 +09:00
committed by Mark Paluch
parent 7d408e1c96
commit 2f7f51398c

View File

@@ -3,6 +3,7 @@
This section covers basic information on the reactive programming support using Spring Vault.
[[vault.core.reactive.template.what-is-reactive]]
== What is Reactive Programming?
In plain terms reactive programming is about non-blocking applications that are
@@ -14,6 +15,7 @@ to ensure producers dont overwhelm consumers. For example in a pipeline of re
components extending from the database to the HTTP response when the HTTP connection is
too slow the data repository can also slow down or stop completely until network capacity frees up.
[[vault.core.reactive.template.client]]
== Reactive Vault Client
Spring Vault's reactive client support is built on top of <<vault.authentication.steps,composable authentication steps>> and Spring's functional `WebClient` via Reactor Netty or Jetty, which feature both a fully non-blocking, event-driven HTTP client.