andrasbeni opened a new issue, #17824: URL: https://github.com/apache/pulsar/issues/17824
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version master; hash: 8e855bc694b97cc0bac3861e3c24d63d7ef883f2 ### Minimal reproduce step Start `bin/pulsar-perf read -u pulsar://localhost:6650 -time 15 topic` Run ` bin/pulsar-perf produce -u pulsar://localhost:6650 -m 10 topic` in parallel. ### What did you expect to see? `pulsar-perf read` quits after 15 seconds. ### What did you see instead? `pulsar-perf read` continued waiting for the next message ### Anything else? The time limit is only checked in the MessageListener / ReaderListener, so if no new message arrives after the time limit, the consumer/reader waits indefinitely. ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
