From efbe2cd005dfdbe5dbfe664d89a22ab9b20a809a Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 21 Oct 2024 10:06:50 -0400 Subject: [PATCH] Update docs to show correct prefix for connection-name-prefix Currently docs display the correct prefix as spring.cloud.stream.binder where it should be spring.cloud.stream.rabbit.binder --- .../ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc b/docs/modules/ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc index c6c25d50f..1e890c826 100644 --- a/docs/modules/ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc +++ b/docs/modules/ROOT/pages/rabbit/rabbit_overview/binder-properties.adoc @@ -29,7 +29,7 @@ The compression level for compressed bindings. See `java.util.zip.Deflater`. + Default: `1` (BEST_LEVEL). -spring.cloud.stream.binder.connection-name-prefix:: +spring.cloud.stream.rabbit.binder.connection-name-prefix:: A connection name prefix used to name the connection(s) created by this binder. The name is this prefix followed by `#n`, where `n` increments each time a new connection is opened. +