Skip to content

Commit 2f7f513

Browse files
HwangNaramp911de
authored andcommitted
Add anchors in reference documentation.
See gh-655
1 parent 7d408e1 commit 2f7f513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/asciidoc/reference/reactive-template.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section covers basic information on the reactive programming support using Spring Vault.
55

6+
[[vault.core.reactive.template.what-is-reactive]]
67
== What is Reactive Programming?
78

89
In plain terms reactive programming is about non-blocking applications that are
@@ -14,6 +15,7 @@ to ensure producers don’t overwhelm consumers. For example in a pipeline of re
1415
components extending from the database to the HTTP response when the HTTP connection is
1516
too slow the data repository can also slow down or stop completely until network capacity frees up.
1617

18+
[[vault.core.reactive.template.client]]
1719
== Reactive Vault Client
1820

1921
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.

0 commit comments

Comments
 (0)