leizhiyuan opened a new issue, #15038: URL: https://github.com/apache/pulsar/issues/15038
**Is your feature request related to a problem? Please describe.** now if one topic was rate limited, we will use disableCnxAutoRead, which will not read data from buffer. one topic sends a message in t1, we disabled then, and in t2, we start to read, and processed (maybe t2-t1 > the timeout of users) but when we processed in t3, when we send result to producer, it is timeout. **Describe the solution you'd like** we can choose the rate limit stratery, failfast or disableautoread **Describe alternatives you've considered** implement the fail fast mode, when rate limited, we will send servererror to producer **Additional context** Add any other context or screenshots about the feature request here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
