-
Notifications
You must be signed in to change notification settings - Fork 344
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
Labels
Comments
wolfstudy
added
area/consumer
help wanted
anyone who are interested in could help on it
labels
Aug 20, 2020
wolfstudy
changed the title
Support retry logic in dead letter topic
Support Consumers Set Custom Retry Delay
Aug 20, 2020
And the java client impl in apache/pulsar#6449 |
May I try to implement this feature? |
@wuYin This issue have label of So,Yes! Let's make pulsar-client-go be better. 😆 |
Sure, assign the task for you |
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
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
The text was updated successfully, but these errors were encountered: