From 9a67030d9062686be94d901dfce9c0f1add59aca Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 18 Apr 2023 14:16:19 -0400 Subject: [PATCH] GH-2709: Reactive Kafka Binder Pattern Docs --- docs/src/main/asciidoc/kafka/kafka-reactive.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/src/main/asciidoc/kafka/kafka-reactive.adoc b/docs/src/main/asciidoc/kafka/kafka-reactive.adoc index 634e9ce6e..76533a71c 100644 --- a/docs/src/main/asciidoc/kafka/kafka-reactive.adoc +++ b/docs/src/main/asciidoc/kafka/kafka-reactive.adoc @@ -177,3 +177,8 @@ That will create three dedicated `KafkaReceiver` objects that generate three sep Starting with version 4.0.3, the common consumer property `multiplex` is now supported by the reactive binder, where a single binding can consume from multiple topics. When `false` (default), a separate binding is created for each topic specified in a comma-delimited list in the common `destination` property. + +=== Destination is Pattern + +Starting with version 4.0.3, the `destination-is-pattern` Kafka binding consumer property is now supported. +The receiver options are conigured with a regex `Pattern`, allowing the binding to consume from any topic that matches the pattern.