zplinuxlover opened a new pull request #6783: URL: https://github.com/apache/pulsar/pull/6783
Describe the bug The messageReceiveTimeoutMs value in the PulsarConsumerSource class is hardcoded to 100ms and cannot be altered through configuration at present. To Reproduce This is a design bug and not a bug that generated an error. Expected behavior The messageReceiveTimeoutMs value in the PulsarConsumerSource class is hardcoded to 100ms but should be configurable to accommodate different hardware setups such as developer labs where the performance level may not be as critical. Screenshots N/A Desktop (please complete the following information): OS: N/A Additional context N/A ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
