GH-2709: Reactive Kafka Binder Pattern Docs
This commit is contained in:
committed by
Soby Chacko
parent
0cb1c57075
commit
8c6854e4f5
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user