[Doc] add custom properties for the reconsumeLater#13468
Conversation
|
@liudezhi2098:Thanks for your contribution. For this PR, do we need to update docs? |
Anonymitaet
left a comment
There was a problem hiding this comment.
@liudezhi2098 thanks for adding docs.
You are pretty professional since you preview doc changes locally before submitting a PR and show changes to us directly and clearly. This is a quite good example for all doc contributors. 👍
agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
|
@freeznet can you help review this PR from the technical perspective? Thanks |
freeznet
left a comment
There was a problem hiding this comment.
overall lgtm, but please check my comments as well, thanks.
site2/docs/concepts-messaging.md
Outdated
There was a problem hiding this comment.
| If you want to add custom properties for the reconsumeLater, you can use the following API. | |
| If you want to add custom properties for the `reconsumeLater`, you can use the following API. |
| If you want to add custom properties for the reconsumeLater, you can use the following API. | ||
|
|
||
| ```java | ||
| consumer.reconsumeLater(msg, customProperties, 3, TimeUnit.SECONDS); |
There was a problem hiding this comment.
Can you show a more complete example including how to construct customProperties as well?
There was a problem hiding this comment.
I can provide a complete example
|
@freeznet PTAL |
* [Doc] add custom properties for the reconsumeLater * Update site2/docs/concepts-messaging.md agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-messaging.md agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-messaging.md agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> * Update site2/docs/concepts-messaging.md agree Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com> * provide a complete example Co-authored-by: Anonymitaet <50226895+Anonymitaet@users.noreply.github.com>
This PR adds docs for Add custom properties for the reconsumeLater interface #13461

Preview looks good:
Documentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?
doc