Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangNara committed Jun 13, 2021
1 parent 93653bc commit 07e1fc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/asciidoc/reference/reactive-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -14,6 +15,7 @@ to ensure producers don’t 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.
Expand Down

0 comments on commit 07e1fc7

Please sign in to comment.