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
This commit is contained in:
Glenn Renfro
2024-10-21 10:06:50 -04:00
parent 93478a8922
commit efbe2cd005

View File

@@ -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.
+