Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Express deadLetterPolicy as a bean on PulsarListener #79

Closed
sobychacko opened this issue Sep 1, 2022 · 1 comment
Closed

Express deadLetterPolicy as a bean on PulsarListener #79

sobychacko opened this issue Sep 1, 2022 · 1 comment
Milestone

Comments

@sobychacko
Copy link
Collaborator

deadLetterPolicy on Pulsar Consumer is an implementation of DeadLetterPolicy. Applications should be able to provide a bean for DeadLetterPolicy and express that on PulsarListener as a bean name. The pattern described here can be used as a blueprint.

@sobychacko
Copy link
Collaborator Author

Note that deadLetterPolicy can only be specified for shared subscription types. On exclusive and failover subscriptions, it does not have any effect.

@onobc onobc added this to the 0.1.0-M1 milestone Sep 1, 2022
@onobc onobc closed this as completed in 25dcfab Sep 6, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants