Skip to content
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

Support Consumers Set Custom Retry Delay #353

Closed
wolfstudy opened this issue Aug 20, 2020 · 4 comments · Fixed by #359
Closed

Support Consumers Set Custom Retry Delay #353

wolfstudy opened this issue Aug 20, 2020 · 4 comments · Fixed by #359
Assignees
Labels
area/consumer help wanted anyone who are interested in could help on it triage/week-33

Comments

@wolfstudy
Copy link
Member

For many online business systems, a message needs to be re-consumed because any exception occurs in the business logic processing.

More information reference to http://pulsar.apache.org/docs/en/concepts-messaging/#retry-letter-topic

@wolfstudy wolfstudy added area/consumer help wanted anyone who are interested in could help on it labels Aug 20, 2020
@wolfstudy wolfstudy changed the title Support retry logic in dead letter topic Support Consumers Set Custom Retry Delay Aug 20, 2020
@wolfstudy
Copy link
Member Author

And the java client impl in apache/pulsar#6449

@wuYin
Copy link
Contributor

wuYin commented Aug 21, 2020

May I try to implement this feature?

@liangyuanpeng
Copy link
Contributor

liangyuanpeng commented Aug 23, 2020

@wuYin This issue have label of help wanted, It mean welcome all of people to work for it.

So,Yes! Let's make pulsar-client-go be better. 😆

@wolfstudy
Copy link
Member Author

May I try to implement this feature?

Sure, assign the task for you

@wuYin wuYin mentioned this issue Aug 24, 2020
1 task
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this issue Aug 15, 2023
…pache#353)

Add command topic max number of producers:

* pulsarctl topics get-max-producers [topic]
* pulsarctl topics set-max-producers [topic] -p [max]
* pulsarctl topics remove-max-producers [topic]
tisonkun pushed a commit to tisonkun/pulsar-client-go that referenced this issue Aug 15, 2023
…#353)

Add command topic max number of producers:

* pulsarctl topics get-max-producers [topic]
* pulsarctl topics set-max-producers [topic] -p [max]
* pulsarctl topics remove-max-producers [topic]
tisonkun pushed a commit that referenced this issue Aug 16, 2023
Add command topic max number of producers:

* pulsarctl topics get-max-producers [topic]
* pulsarctl topics set-max-producers [topic] -p [max]
* pulsarctl topics remove-max-producers [topic]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/consumer help wanted anyone who are interested in could help on it triage/week-33
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants