Skip to content

Commit

Permalink
fix: pulsar doc, replace enableRetry with retryEnable
Browse files Browse the repository at this point in the history
  • Loading branch information
emile committed May 13, 2024
1 parent 491cde1 commit b416228
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 b416228

Please sign in to comment.