You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow dead letter topics to be non-fully-qualified.
The consumer factories now respect the configured PulsarTopicBuilder and
will fully-qualify the `deadLetterTopic` and `retryLetterTopic` on the
`DeadLetterPolicy`. This allows users to not have to fully-qualify
these topic names.
Resolves#1241
Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
Copy file name to clipboardExpand all lines: spring-pulsar-reactive/src/main/java/org/springframework/pulsar/reactive/core/DefaultReactivePulsarConsumerFactory.java
0 commit comments