Skip to content

Commit

Permalink
fix: pulsar doc, replace enableRetry with retryEnable
Browse files Browse the repository at this point in the history
(cherry picked from commit eb359cd)
  • Loading branch information
emile authored and gsmet committed May 14, 2024
1 parent 6b10b38 commit 6c11a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/pulsar.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Note that dead letter topic can be used in different message redelivery methods,
----
mp.messaging.incoming.data.failure-strategy=reconsume-later
mp.messaging.incoming.data.reconsumeLater.delay=5000
mp.messaging.incoming.data.enableRetry=true
mp.messaging.incoming.data.retryEnable=true
mp.messaging.incoming.data.negativeAck.redeliveryBackoff=1000,60000,2
----

Expand Down

0 comments on commit 6c11a47

Please sign in to comment.