-
Notifications
You must be signed in to change notification settings - Fork 780
Remove backoff from pubsub #2986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Stale PR, paging all reviewers |
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Outdated
Show resolved
Hide resolved
Signed-off-by: shivam <shivamkm07@gmail.com>
…ubsub/setup-pulsar.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
d891c22 to
291574a
Compare
|
@shivamkm07 - As was done for the RabbitMQ component, in the PR #2978, I suggest that for both MQTT and Pulsar components we add a paragraph on using a resiliency policy. Like this below To enable sophisticated retry policies, you can apply a [retry resiliency policy]({{< ref "policies.md#retries" >}}) to the MQTT pub/sub component to retry failed messages. |
|
Stale PR, paging all reviewers |
@shivamkm07 were you able to update both files in this PR with this paragraph? |
|
Stale PR, paging all reviewers |
Signed-off-by: Shivam Kumar <shivamkumar@Shivams-MacBook-Pro.local>
@hhunter-ms @msfussell Sorry missed this PR for long. Updated the paragraphs in both Pulsar and mqtt. Please review |
hhunter-ms
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - @msfussell ?
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Outdated
Show resolved
Hide resolved
…ubsub/setup-mqtt.md Co-authored-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com> Signed-off-by: Mark Fussell <markfussell@gmail.com>
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-mqtt.md
Outdated
Show resolved
Hide resolved
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-pulsar.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Mark Fussell <markfussell@gmail.com> Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
|
Done @msfussell |
|
@shivamkm07 do you mind fixing the broken link? I think it's this now: https://strimzi.io/quickstarts/ |
Signed-off-by: Shivam Kumar <shivamkm07@gmail.com>
Done @hhunter-ms |
msfussell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: shivam shivamkm07@gmail.com
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Remove backoff from remaining places in mqtt and pulsar. For rabitmq, another PR is open #2978 . Backoff was removed from pusub component in 1.9: dapr/components-contrib#1798
Issue reference